From: Tomas Doran Date: Tue, 6 Jul 2010 21:44:33 +0000 (+0100) Subject: Swap options round X-Git-Tag: 0.30~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=2a27f1ac21c8c21e0b65da43139ece50bcfd864a Swap options round --- 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$/,