X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F109_help_flag.t;h=33390de61a6bb6069408a608fe267a7d7fd4627f;hp=fd54ea96a5461fa43ed61652d9b21569c032a17c;hb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;hpb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237 diff --git a/t/109_help_flag.t b/t/109_help_flag.t index fd54ea9..33390de 100644 --- a/t/109_help_flag.t +++ b/t/109_help_flag.t @@ -17,7 +17,8 @@ # Update: since 0.41, usage info is printed to stdout, not stderr. use strict; use warnings; -use Test::More tests => 22; +use Test::More tests => 23; +use Test::NoWarnings 1.04 ':early'; use Test::Trap; {