X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F107_no_auto_help.t;fp=t%2F107_no_auto_help.t;h=54500922b7fb74cd915bac4435911b03bd247fda;hp=1afeffbd0686a3ffd671c484efd2eee5bff33e66;hb=13f71373313b4df297eb33ea45a9e671820a487e;hpb=4a0ab663083ecc5ccdb982425219dd92f2e1edbd 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;