The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes for Crypt::PBKDF2

Version 0.110461: 2011-02-15
  * Fix bug related to instantiation of "hasher".

Version 0.110460: 2011-02-14
  * Miscellaneous documentation improvements.
  * Optional arguments to "generate" and "validate" have been removed. The
    mandatory arguments remain the same. If you want to override options,
    clone the object instead.
  * MooseX::MethodSignatures replaced with Method::Signatures::Simple, which
    should improve speed noticeably.

Version 0.101170: 2010-04-26
  * Updated SEE ALSO section.
  * Repository in META.
  * Added Changes file.

Version 0.101160: 2010-04-26
  * Initial release to CPAN.
  * HMACSHA1, HMACSHA2, and DigestHMAC hashers included.