The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for perl distribution Getopt-App

0.05 2022-05-27T09:58:33+0900
 - Fix getopt_load_subcommand() should not check for errors before checking return value

0.04 2022-05-26T16:45:01+0900
 - Add support for getopt_load_subcommand()
 - Add support for getopt_unknown_subcommand()

0.03 2022-05-18T14:34:37+0900
 - Add bundle() for creating scripts that bundles Getopt::App

0.02 2022-05-17T08:41:27+0900
 - Changed getopt_post_process_exit_value() to no longer take a ref
 - Improved documentation and example application

0.01 2022-04-24T17:21:25+0900
 - Can parse arguments and call the run() callback
 - The script can easily be tested
 - Depends on Getopt::Long 2.00
 - Started project