perl-ldap 0.59 is out

2014-03-04 Thread Peter Marschall
Hi all, Hi all, I just released perl-ldap 0.59 to CPAN: http://search.cpan.org/dist/perl-ldap/ It contains the usual enhancements and fixes; see below. For those of you directly pulling from GitHub, the repository https://github.com/perl-ldap/perl-ldap has been updated accordingl

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

2014-03-04 Thread Peter Marschall
Hi, 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::IP over IO::Socket::INET6 if the former one is installed, but fall b

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

2014-03-04 Thread Gary Greene
On Mar 4, 2014, at 10:56 AM, Peter Marschall wrote: > Hi, > > 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::IP

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

2014-03-04 Thread Danny Thomas
On 05/03/2014, at 5:42 AM, Gary Greene wrote: > Are the devs for IO::Socket::IP open to adding a patch to make timeout work? to make it into core it must cause minimal problems to existing code, so any such cases are treated seriously, e.g. http://www.nntp.perl.org/group/perl.perl5.porters/2014

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

2014-03-04 Thread Gary Greene
On Mar 4, 2014, at 12:50 PM, Danny Thomas wrote: > > On 05/03/2014, at 5:42 AM, Gary Greene wrote: > >> Are the devs for IO::Socket::IP open to adding a patch to make timeout work? > to make it into core it must cause minimal problems > to existing code, so any such cases are treated seriously,