X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_basic.t;h=b92f8837db7cd65c9cf5464340c0a0fbbc9d9825;hb=986fb4690bc00c860b1f728b986e39b412100854;hp=2a2f94ec9f27567629a3203fc89d300c9de8dae3;hpb=c0237b0a50fd50f90dbd2746f0d1f6eb98649d6a;p=gitmo%2FMooseX-Getopt.git diff --git a/t/001_basic.t b/t/001_basic.t index 2a2f94e..b92f883 100644 --- a/t/001_basic.t +++ b/t/001_basic.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');