Revision history for Perl extension Getopt::Compact::WithCmd
0.12 Tue Jan 18 01:46:55 2011
[Bug Fixed]
- Fixed help command problem (reported by bayashi++)
0.11 Sun Nov 21 16:10:32 2010
[New Features]
- Implemented new_from_array() (idea from gfx)
- Supported $go->usage($command) (idea from tokuhirom)
0.10 Thu Oct 14 02:06:58 2010
[Bug Fixed]
- Fixed help command issue
0.09 Thu Oct 14 01:32:30 2010
[Bug Fixed]
- Fixed a problem check_requires did not work
0.08 Thu Oct 14 01:14:15 2010
[Bug Fixed]
- Fixed usage message
0.07 Thu Oct 14 00:30:52 2010
[Bug Fixes]
- Suppress error message if set help option
0.06 Mon Oct 11 17:25:39 2010
[New Features]
- command_struct support nesting
0.05 Sun Oct 10 20:54:34 2010
[Bug Fixes]
- Supported any specs (=s%, =s@ and etc)
- $dest can now be specified in coderef
0.04 Wed Oct 6 02:13:27 2010
[Other]
- Getopt:: Compact compatible (if we have not defined command_struct)
0.03 Tue Sep 28 23:26:44 2010
[Bug Fixes]
- Getopt::Long 2.38 or later
[Other]
- Loads faster
0.02 Sun Sep 26 15:09:58 2010
[Bug Fixes]
- maybe fixed fail test problem
0.01 Sun Sep 12 04:55:02 2010
- original version