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.03  2012-06-08

  croak() if specified work cost factor is not numeric.
  
  croak() on unknown types.

  Clean up an old check that is no longer relevant; have_sha() will now 
  do the Right Thing if Crypt::Passwd::XS is missing, so we don't need 
  to check if someone was stupidly futzing with package variables.

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