28cfc06ac5
Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2.
7 lines
430 B
Text
7 lines
430 B
Text
Data::Password checks potential passwords for crackability. It checks that the
|
|
password has the appropriate length, that it has enough character groups, that
|
|
it does not contain the same characters repeatedly, that it does not contain
|
|
ascending or descending characters, or characters close to each other on the
|
|
keyboard. It also searches for the password in the ispell word file.
|
|
|
|
WWW: http://search.cpan.org/dist/Data-Password/
|