Revision history for App-Genpass

0.10    07.06.10
        - Minimum requirement of MooseX::Getopt => 0.12

0.09    31.05.10
        - Auto-read default configuration file (/etc/genpass.yaml)

0.08    30.05.10
        - Added description for genpass app
          Now --help works

0.07    30.05.10
        - Added MX::* to Build.PL
        - Added single char options (-l, -v, etc.)

0.06    29.05.10
        - Finally adding genpass CLI !!
        - POD fix C<> vs. <code></code>

0.05    01.01.09
        - added documentation for all attributes
        - first stable finished release

0.04    01.01.09
        - replaced die with Carp's croak
        - added test for wantarray options
        - adding documentation for wantarray options

0.03    14.12.09
        - fixed small bug in password repetition
        - adding test that statistically catches it

0.02    11.12.09
        - removing special chars, refactored nicely
        - added verification process
        - more tests
        - rewrote some tests
        - fixed bug that appeared in original genpass, where unreadable chars
          would be inserted into the chars array twice
        - removed BUILD
        - adding test for number of types wanted with a die

0.01    10.12.09
        First version, released on an unsuspecting world.