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=1cc26df9779a66423dad0f06d9b976bf64e32388;hp=0f24131bd8fbd04f6b0f6274c76adc2bb4fa6193;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/108_usage_attr.t b/t/108_usage_attr.t index 0f24131..1cc26df 100644 --- a/t/108_usage_attr.t +++ b/t/108_usage_attr.t @@ -3,9 +3,10 @@ # This tests the fix (that fulfills the documentation claim). -use strict; use warnings FATAL => 'all'; +use strict; +use warnings FATAL => 'all'; use Test::More tests => 4; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; { package MyClass;