N+1 0.29_01 Fri. Jun 25 2010
* MooseX::Getopt::Basic
- Disable auto_help config in Getopt::Long, to avoid calling into
- pod2usage when the --help option is used (the intent is just to fetch the
- value of the configfile option). (RT#57683)
+ pod2usage when the --help option is used while MooseX::ConfigFromFile
+ is in use (the intent is just to fetch the value of the configfile
+ option). (RT#57683)
0.29 Tue. Jun 15 2010
* Fix repository metadata. Thanks Robert Bohne for noticing!
# Summary: If we disable the "auto_help" option in Getopt::Long, then
# getoptions() will not call into pod2usage() (causing program termination)
-# when --help is passed.
+# when --help is passed (and MooseX::ConfigFromFile is in use).
my $fail_on_exit = 1;