The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Getopt-Long-Dump

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.