Revision history for Getopt-Long-Descriptive
0.077 2009-08-21
allow 'f' as an option name; had mistakenly required 2 characters
0.076 2009-08-20
bundle the accidentally omitted Usage.pm file
the $opt returned by described_options is now an object with accessors
0.075 2009-08-19
significant refactoring, especially to GLD::Usage, which is now a more
traditional (non-hash-based) object (RJBS)
0.074 2008-05-11
fix RT#35678 (thanks RJBS)
0.073 2008-04-04
packaging fix
0.072 2008-04-03
remove duplicate option name in test
0.071 2008-04-03
fix RT#34153 (bcbailey++)
0.070 2008-01-29
fix RT#32481 (nothingmuch++)
0.06 2006-08-20
Required options should not give an unhelpful
Params::Validate error message when they're missing.
Add %c to 'format' for command name.
Use [] for spacers in option list.
0.05 2006-01-25
Support negatable ('foo!') options from Getopt::Long.
0.04 2005-11-28
Include IO::Scalar prereq in Makefile.PL
0.03 2005-11-15
Add 'one_of' and 'hidden'.
0.02 2005-11-10
Bugfix: Getopt::Long type specifiers were sneaking
into option names
0.01 2005-11-10
First version, released on an unsuspecting world.