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 Perl extension Getopt-optparse.

0.01  Tue Apr 19 03:43:57 2022
	- original version; created by h2xs 1.23 with options
		-L./Getopt -XAn Getopt-optparse

0.02  Tue Apr 19 03:45:00 2022
        - Initial commit.

0.05  Tue Apr 19 14:03:14 2022
        - Added support for actions count and append.

0.06  Wed Apr 20 07:52:21 2022
        - Made code more readable.  Added special character in --help output for action count:++ and append:[].  Updated POD.

0.07  Wed Apr 20 11:37:17 2022
        - Added support for single dash options.  Syntax changes.

0.08  Fri Apr 22 12:59:19 2022
        - Fixed bug with parse_args.  Added support for callback action.  Updated POD.