The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for Data::Password::Simple

    0.1
        Initial release

    0.2
        Sensible default minimum length (6 characters)
        Actually returns true if the dictionary is set to undef
        No longer uses stupid sub name 'length' to ruin everyone's day
        Now matches arrays and only arrays
        No longer treats folder symlinks as file symlinks

    0.3
        Refactor check() to be more extensible to new tests
        Add tests for dictionary checking
        Add tests for length checking