The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App::bmkpasswd

0.05 2012-04-07

Minor fixes:

  - t/04_sha: mention Crypt::Passwd::XS if SHA is missing
  - Include . / in standard salt possibles (MD5/SHA)
  - croak() rather than die() from bmkpasswd.pm

0.04 2012-04-02

  Don't export mkpasswd/passwdcmp unless requested.

0.03 2012-03-29

  First known-working CPAN-able dist.
  Based on code pulled out of the Cobalt2 IRC bot, with:
   - POD updates
   - Optional Crypt::Passwd::XS detection/use
   - Tests
  
Previous revision history lives in git:
git://eris.cobaltirc.org/app-bmkpasswd

 - avenj@cobaltirc.org