Hi all, it's time again for a new perl-ldap release.
As usual you can find it on CPAN http://search.cpan.org/dist/perl-ldap/ https://metacpan.org/release/perl-ldap and on github https://github.com/perl-ldap/perl-ldap/releases Please find a short log of all the changes below. The most noteworthy ones are IMHO: * use default cyphers of the underlying SSL library instead of setting SSL_ciphers to ALL by default * write controls to LDIF files (more complete RFC support) Thanks to * Petr Písař <ppi...@redhat.com> * Hanno Hecker for their contributions Best Peter -- Peter Marschall pe...@adpm.de 0.63 -- Sun Jun 1 12:42:59 CEST 2014 Enhancements: * Entry.pm: accept options for update() in the LDIF case * LDIF.pm: - implement writing controls - refactor _write_entry - check for decoding errors in LWP-based URLs Bug Fixes: * RT#95001: Do not set SSL_ciphers to ALL by default * Entry.pm: delete(): return $self if called w/o args