Revision history for Perl extension Data::SimplePassword. 0.10 Tue Dec 3 07:10:44 UTC 2013 * switched to Moo. 0.08 Tue Jun 25 03:03:11 UTC 2013 * added is_available_provider() method. * added new type 'alpha' to rndpassword. * improved some tests to reduce test time. * added zsh completion sample file. (see extra/) * switched to Minilla. 0.07 Wed Feb 23 18:58:18 JST 2011 * added -u switch to rndpassword(1). * optimized for tests. * fixed some typos. 0.06 Tue Aug 31 15:37:15 JST 2010 * added a parameter 'provider' passed to Crypt::Random. now you can avoid annoying device block to set the value for example to 'udevrandom' (means /dev/urandom), 'rand' etc. 0.05 Tue Oct 13 11:04:46 JST 2009 * added a few new types for rndpassword(1). * added 'endless mode' for rndpassword(1). * cleaned code & pod up. 0.04 Sun Jun 15 16:22:32 JST 2008 * fixed a bug caused memory greediness with too long strings :< * improved internal code for PAUSE. 0.03 Sat Jun 14 19:17:30 JST 2008 * added support for Math::Random::MT::Perl. * switched to Module::Build. * cleaned up test scripts. * added 'binary' option to rndpassword. 0.02 Fri Oct 20 08:57:08 JST 2006 * added rndpassword command-line tool. 0.01 Fri Aug 4 15:46:42 JST 2006 * first release.