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

1.02 2012-06-08

  A couple of "derp" typo/style cleanups; non-fatal but aggravating my 
  OCD.

1.01 2012-06-08

  - Use Try::Tiny rather than raw block eval
  - Use strictures
  - Improved tests

1.00 2012-05-23

  - Minor cleanups, 1.00

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