Revision history for Getopt-Long-Util
0.77 2014-07-23 (SHARYANTO)
[REMOVED FEATURES]
- parse_getopt_long_opt_spec() no longer normalizes option spec nor
reorder options. Those features are not really needed and just waste
cycles.
0.76 2014-07-23 (SHARYANTO)
- Move sorting of option names to parse_getopt_long_opt_spec(), so other
routines (including humanize_getopt_long_opt_spec() need not re-sort
the options).
0.75 2014-07-23 (SHARYANTO)
- humanize_getopt_long_opt_spec(): Sort option names, put long option
before short (--help before -h), letter option before symbol (-h
before -?).
0.74 2014-07-09 (SHARYANTO)
[BUG FIXES]
- Fix regex to follow Getopt::Long closer.
- Fix sorting in normalization to make first opt the alphanumeric one,
to make opt spec stay legal.
0.73 2014-07-09 (SHARYANTO)
[BUG FIXES]
- Fix normalization of 'bool!' and 'inc+'.
0.72 2014-07-09 (SHARYANTO) - Pesta demokrasi!
- Add function: parse_getopt_long_opt_spec() (and make
humanize_getopt_long_opt_spec() use that).
0.71 2014-04-17 (SHARYANTO)
- First release. Extracted from SHARYANTO-Utils (renamed module from
SHARYANTO::Getopt::Long::Util to Getopt::Long::Util).