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=0f24131bd8fbd04f6b0f6274c76adc2bb4fa6193;hp=3fd6c4da0a46c5b8c76508ae80a867c1e61f0cf9;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/108_usage_attr.t b/t/108_usage_attr.t index 3fd6c4d..0f24131 100644 --- a/t/108_usage_attr.t +++ b/t/108_usage_attr.t @@ -3,13 +3,13 @@ # This tests the fix (that fulfills the documentation claim). -use strict; use warnings; +use strict; use warnings FATAL => 'all'; use Test::More tests => 4; use Test::NoWarnings 1.04 ':early'; { package MyClass; - use strict; use warnings; + use strict; use warnings FATAL => 'all'; use Moose; with 'MooseX::Getopt'; }