X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F005_strict.t;fp=t%2F005_strict.t;h=b4a572398a6f9cef336ffde698315f2ab840c7a6;hp=f768d8b6266d51491c76e185e945e8a42f570148;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/005_strict.t b/t/005_strict.t index f768d8b..b4a5723 100644 --- a/t/005_strict.t +++ b/t/005_strict.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More tests => 11; use Test::Fatal; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; BEGIN { use_ok('MooseX::Getopt');