Files | Admin

Notes:

Release Name: 1.28

Notes:
    Comprehensive and easy to use command-line parser library using
    regular expressions.  Port of Damian Conway's Perl Getopt-Declare.



Changes: == 1.28 * Fixed a minor issue where help lines were not being compacted properly. * Fixed a minor inconsistency in pvtype regex in usage description. * Fixed GNU style parameter matching to not get confused with multiple spaces before parameters. * Sped up matching of default rules a tad due to use of symbols instead of strings. * Fixed required matches not working for some cases due to change in 1.27.