0.005 2019-01-20 (PERLANCAR)
- [Bugfix] Handle "hash storage mode" of Getopt::Long (where GetOptions
is called with a hashref as its first argument). Also fix
compatibility of Getopt::Long which does not require explicit
"linkage" (option handler), e.g. GetOptions('foo', 'bar', 'baz') is
allowed by Getopt::Long. (Thanks Tabulon!)
- Allow extra optspec properties x, x.*, _* to store comments or
whatever.
0.004 2016-12-03 (PERLANCAR)
- [Bugfix] Fix checking required and setting default (ignore) for opt
spec '<>'.
- [Bugfix] Don't copy array.
- Add a test suite.
0.003 2016-12-03 (PERLANCAR)
- Tweak usage and POD message.
- Update demo script.
- [doc] Mention Getopt::Long::Modern.
0.002 2016-12-03 (PERLANCAR)
- No functional changes.
- Fix POD section name.
0.001 2016-12-04 (PERLANCAR)
- First release.