X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;h=75a5c8821b5f65a6e60dd41d50fc4e1181d41b5c;hb=986fb4690bc00c860b1f728b986e39b412100854;hp=22f27cd69c86815b20de48e13caa05e08ee99efb;hpb=aec092482d5b90b8279e4a5f92165868a78ddf32;p=gitmo%2FMooseX-Getopt.git 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');