X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F001_basic.t;h=b92f8837db7cd65c9cf5464340c0a0fbbc9d9825;hp=2a2f94ec9f27567629a3203fc89d300c9de8dae3;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=c0237b0a50fd50f90dbd2746f0d1f6eb98649d6a 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');