Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Michiel Beijen
Hi Peter, On Tue, Mar 4, 2014 at 7:56 PM, Peter Marschall wrote: > > with IO::Socket::IP becoming more and more widespread (it is said to become a > part of the standard modules shipped with Perl 5.20), I am wondering i should > switch perl-ldap over to it too? > > My idea is to prefer IO::Socket

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Peter Marschall
Hi, On Wednesday, 5. March 2014 10:17:12 Michiel Beijen wrote: > On Tue, Mar 4, 2014 at 7:56 PM, Peter Marschall wrote: > > But there's a downside too: > > With IO::Socket::IP, the option Timeout to Net::LDAP->new() will be > > ignored. > I asked Paul (cc) about this and he replied "In what sense

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Peter Marschall
Hi, On Wednesday, 5. March 2014 11:32:52 Paul LeoNerd Evans wrote: > On Wed, 05 Mar 2014 11:31:29 +0100 Peter Marschall wrote: > > Paul, > > from the mail above, I get it that Timeout is working in > > IO::Socket::IP. Can you confirm? > > Additionally, may I ask you to add Timeout to the document

Re: IO::Socket::IP for perl-ldap?

2014-03-05 Thread Paul "LeoNerd" Evans
On Wed, 05 Mar 2014 11:31:29 +0100 Peter Marschall wrote: > Oops, now you got me. > I did not check doings tests, but relied on the manual pages of > IO::Socket::IP only. > > Maybe I got confused by those two facts > * In older versions, of IO::Socket::IP, it mentioned the Timeout > option in th