X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F006_metaclass_traits.t;h=e43b61c4e20f0b2cba8281b425ecec3a02886895;hb=986fb4690bc00c860b1f728b986e39b412100854;hp=478e7ad044370d109cce81bd0d6737bcae35a75c;hpb=c0237b0a50fd50f90dbd2746f0d1f6eb98649d6a;p=gitmo%2FMooseX-Getopt.git diff --git a/t/006_metaclass_traits.t b/t/006_metaclass_traits.t index 478e7ad..e43b61c 100644 --- a/t/006_metaclass_traits.t +++ b/t/006_metaclass_traits.t @@ -1,9 +1,9 @@ use strict; -use warnings; +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');