From: Karen Etheridge Date: Sun, 27 Jun 2010 18:20:25 +0000 (-0700) Subject: clarify comments/changelog -- MooseX::ConfigFromFile is a prerequisite for this bug/fix X-Git-Tag: 0.30~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13f71373313b4df297eb33ea45a9e671820a487e;p=gitmo%2FMooseX-Getopt.git clarify comments/changelog -- MooseX::ConfigFromFile is a prerequisite for this bug/fix --- diff --git a/ChangeLog b/ChangeLog index 3059996..d0d7a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,9 @@ Revision history for Perl extension MooseX-Getopt 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! diff --git a/t/107_no_auto_help.t b/t/107_no_auto_help.t index 1afeffb..5450092 100644 --- a/t/107_no_auto_help.t +++ b/t/107_no_auto_help.t @@ -6,7 +6,7 @@ # 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;