X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011_process_argv.t;fp=t%2F011_process_argv.t;h=fdd8136dadd0888a4f3da7553f1b55d56a251d4a;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hp=99dc8e6d50c4322c4280b28dec273ba955553e66;hpb=cdd395884daf35d68623436592a69e2e6ca89248;p=gitmo%2FMooseX-Getopt.git diff --git a/t/011_process_argv.t b/t/011_process_argv.t index 99dc8e6..fdd8136 100644 --- a/t/011_process_argv.t +++ b/t/011_process_argv.t @@ -3,7 +3,7 @@ use warnings FATAL => 'all'; use Test::More tests => 7; use Test::Fatal 0.003; -use Test::NoWarnings 1.04 ':early'; +use Test::Warnings; { package Testing::Foo;