X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F006_metaclass_traits.t;fp=t%2F006_metaclass_traits.t;h=e43b61c4e20f0b2cba8281b425ecec3a02886895;hp=848fe53545c4900ff21c88c4239d0987e9ebc38a;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/006_metaclass_traits.t b/t/006_metaclass_traits.t index 848fe53..e43b61c 100644 --- a/t/006_metaclass_traits.t +++ b/t/006_metaclass_traits.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More tests => 70; use Test::Moose; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; BEGIN { use_ok('MooseX::Getopt');