Revision history for Getopt-Long-Dump
0.09 2016-10-27 (PERLANCAR)
- Add option skip_detect.
- [ux] Tweak Rinci metadata for CLI: add shortcut options -f
(--filename), -I (--lib).
0.08 2016-10-26 (PERLANCAR)
- Dump coderef as sub{"DUMMY"} to avoid problems.
0.07 2016-10-21 (PERLANCAR)
- Include detection result in func.detect_res result metadata.
0.06 2016-10-21 (PERLANCAR)
- Set GETOPT_LONG_DUMP to 1 when executing script to be dumped to
aid detection.
0.05 2015-09-27 (PERLANCAR)
- Replace Data::Dump with Data::Dmp for proper dumping of coderefs.
0.04 2015-01-02 (PERLANCAR)
- [Bugfix] comply to GetOptions interface: when first argument is
hashref, options specs are given in an array, not hash.
0.03 2014-12-21 (PERLANCAR)
- Rename dist from Getopt-Long-Patch-DumpAndExit to Getopt-Long-Dump.
- [Refactoring] Add/extract function:
Getopt::Long::Dump::dump_getopt_long_script() that can be reused by
App::shcompgen (and potentially others).
0.02 2014-12-14 (PERLANCAR)
- Rename fragment name DUMPSPEC -> DUMP.
0.01 2014-12-14 (PERLANCAR)
- First release, split from App-GenBashCompleter and renamed from
::DumpSpec to ::DumpAndExit.