Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Crypt-GeneratePassword
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
1.26 KB
-rw-r--r--
2015-11-14 23:00:30
Edit
Del
README
392 B
-rw-r--r--
2015-11-14 23:00:30
Edit
Del
Editing: Changes
(1.26 KB)
Path: /usr/share/doc/perl-Crypt-GeneratePassword/Changes
Back
Revision history for Perl module Crypt::GeneratePassword 0.05 2015-11-14 NEILB - Updated github repo URL after changing my github username - Added [MetaJSON] to dist.ini so META.json is included in releases - Doc: changed usage of "local $^W" to "no warnings 'redefine'" - Fixed a couple of typos in the doc - Dropped usage of "use vars" - Module didn't have the required final "1;" or equivalent. Was only by luck it had been. 0.04 2014-06-12 NEILB - Fixed bug that would occasionally generate a division by zero in word() and word3(). RT#42832 - Fixed mistake in doc for word() and word3() Thanks to Smylers for RT#11787. - Switched to Dist::Zilla - Reformatted this file as per CPAN::Changes::Spec - Moved test.pl to t/01-require.t and simplified it - Added real tests for chars(), word() and word3() - Added github repo to pod - Added package statement and use strict & warnings in ::de and ::en - Tell dzil that the language model modules are binary, so they won't be parsed with PPI, which takes 5+ minutes on my laptop. 0.03 2003-09-09 JWALT - added a custom RNG hook 0.02 2002-09-13 JWALT - fixed minor bug causing problems with perl 5.005 0.01 2002-09-03 JWALT - initial revision