Revision history for Perl distrbution genpass
0.01 Tue Apr 22 12:58:27 2008
- original version; created by ExtUtils::ModuleMaker 0.51
0.02 Wed Apr 23 11:08:00 2008
- changed "require" to "use". Oops.
0.03 Sun Apr 27 12:15:50 2008
- added a test script that approves everything.
- updated POD to reflect some opinion
0.04 Wed Oct 15 11:38:18 2008
- added "easily readable" mode, for allowing of comfortably readable passwords
- code cleanup
- code now easier to skim and contains more standards (though breaking some I don't care for)
0.05
- "t" is still listed as easily readable, fixed POD
- $EMPTY now Readonly
- magic variable in grep now localized
- rewritten main loop to allow checking of characters added
- added "verify": making sure it contains all types user requested
- differs between numbers, small and large caption letters - for smarter verification
- shuffles the string: when using verification, it puts the strings in order, so shuffling is essential (from List::Util)
- added dependencies for Readonly and List::Util in Makefile.PL
- added check whether user wants more diversity than password length allows