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

1.00 2023-10-18T15:27:14
 - Add support for $Getopt::App::DEPTH
 - Add support for GETOPT_APP_DEBUG=1
 - Fix always calling getopt_load_subcommand(), even for methods
 - Made the code easier to follow

0.13 2023-05-03T13:38:06
 - Made it much easier to call methods as sub commands

0.12 2023-01-12T17:45:46
 - Made capture() more robust

0.11 2023-01-04T08:53:13
 - Fix returning correct exit value from subcommands

0.10 2022-10-23T10:59:27
 - Add support for specifying code refs in subcommands

0.09 2022-10-14T12:03:24
 - Fix not setting $0
 - Add $Getopt::App::SUBCOMMAND
 - Improved documentation for subcommands
 - Specified Perl version
 - Updated basic repository files

0.08 2022-06-16T07:28:47+0900
 - Add support for getopt_complete_reply()

0.07 2022-06-15T18:43:12+0900
 - Add EXPERIMENTEL bash/zsh completion feature to Getopt::App

0.06 2022-06-01T14:43:43+0900
 - Removed EXPERIMENTEL from 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