X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;fp=t%2F007_nogetopt_trait.t;h=75a5c8821b5f65a6e60dd41d50fc4e1181d41b5c;hp=22f27cd69c86815b20de48e13caa05e08ee99efb;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 22f27cd..75a5c88 100644 --- a/t/007_nogetopt_trait.t +++ b/t/007_nogetopt_trait.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More tests => 10; use Test::Fatal; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; BEGIN { use_ok('MooseX::Getopt');