X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F003_inferred_option_type.t;fp=t%2F003_inferred_option_type.t;h=c9345c07ef28fdc87d6bddb4e2fac29a7f0c18be;hp=89539265b0c840e105517bb25d75b9ffa67c9062;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=cdd395884daf35d68623436592a69e2e6ca89248 diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index 8953926..c9345c0 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -2,7 +2,7 @@ use strict; use warnings FATAL => 'all'; use Test::More tests => 6; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; BEGIN { use_ok('MooseX::Getopt');