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=af84fec5cc380bf5b4780c32d605be52f7a0b6c9;hp=287219a3030b4330926bfcc9a65c378a5ee5fe0a;hb=2a27f1ac21c8c21e0b65da43139ece50bcfd864a;hpb=73038480bcf3ed44f61511cba4961c5c3613ddad diff --git a/t/107_no_auto_help.t b/t/107_no_auto_help.t index 287219a..af84fec 100644 --- a/t/107_no_auto_help.t +++ b/t/107_no_auto_help.t @@ -58,7 +58,7 @@ END { warning_like { throws_ok { Class->new_with_options } #usage: 107_no_auto_help.t [-?] [long options...] - qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\t--configfile\s*.\t\Q-? --usage --help Prints this usage information.\E/ms, + qr/^usage: [\d\w]+\Q.t [-?] [long options...]\E.\s+\Q-? --usage --help Prints this usage information.\E.\s+--configfile/ms, 'usage information looks good'; } qr/^Specified configfile \'this_value_unimportant\' does not exist, is empty, or is not readable$/,