Revision history for Text-Password-Pronounceable

0.31 2026-08-21
 - Replace rand with Crypt::URandom as a source of random values
 - Fix an off-by-one bug preventing maximum length passwords
 - Various packaging updates, including standardizing the format of this file

0.30 2010-08-16
 - Updated dist metadata and M::I

0.29 2007-09-11 (unreleased)
 - T::P::P->generate($len) works
 - Fix behavior:
       T::P::P->new(2,10)->generate(6)
   was equivalent to
       T::P::P->generate(6,10)
   which is too subtle. Now it works just as
       T::P::P->generate(6,6)
 - Improved warnings on bad arguments

0.28 2007-01-06
 - Make ->new take just one $len as well. [Adriano Ferreira]

0.27 2006-11-08
 - Fix distname typo in package.
 - Add pod tests.

0.25 2006-09-11
 - Initial CPAN release, extracted from RT.
