X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F108_usage_attr.t;fp=t%2F108_usage_attr.t;h=3fd6c4da0a46c5b8c76508ae80a867c1e61f0cf9;hp=cb2ff86187c7ab4284a789a5463cc42b69fea780;hb=9fbb5be9dcf64475fb6f4d25807db1e952be2365;hpb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237 diff --git a/t/108_usage_attr.t b/t/108_usage_attr.t index cb2ff86..3fd6c4d 100644 --- a/t/108_usage_attr.t +++ b/t/108_usage_attr.t @@ -4,7 +4,8 @@ # This tests the fix (that fulfills the documentation claim). use strict; use warnings; -use Test::More tests => 3; +use Test::More tests => 4; +use Test::NoWarnings 1.04 ':early'; { package MyClass;