X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F108_usage_attr.t;h=3fd6c4da0a46c5b8c76508ae80a867c1e61f0cf9;hb=e672789158a11f21f9e53b8d66dcfef5306f5973;hp=cb2ff86187c7ab4284a789a5463cc42b69fea780;hpb=da7b9880cfa75cdc3f3a4903e9ed7bfc86b534a3;p=gitmo%2FMooseX-Getopt.git 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;