Happy New Year,
I just released a new version of perl-ldapto CPAN: perl-ldap 0.52!
As usual, the changes in this version are listed at the end of this mail.
Get it at
http://search.cpan.org/dist/perl-ldap/
(as soon as it has been synchronized to you local CPAN mirror).
Of course, the GitHub repository has been updated too.
Enjoy
Peter
--
Peter Marschall
[email protected]
0.52 -- Tue Jan 1 13:54:22 CET 2013
Bug Fixes:
* fix PreRead & PostRead controls
* AD.pm: fix typo in documentation
Enhancements:
* add tests for PreRead & PostRead controls
* FAQ.pm: example for certificateExactMatch
* coding style overhaul:
* use single-quoted strings where possible
* 2 SPACEs before postfix if,unless,or,and
* SPACE after comma
* SPACE between if,elsif,unless,while,for and (
* make private lexical variables more private
* unquote identifiers before =>
* unquote identifiers used as hash keys