X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F004_nogetop.t;fp=t%2F004_nogetop.t;h=118f18ad3e06a92c03b2a31c5828ec506b10af96;hp=148682ef4cfbdba614c721ad2a9756e6301e0495;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/004_nogetop.t b/t/004_nogetop.t index 148682e..118f18a 100644 --- a/t/004_nogetop.t +++ b/t/004_nogetop.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More tests => 10; use Test::Fatal 0.003; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; BEGIN { use_ok('MooseX::Getopt');