X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F011_process_argv.t;h=fdd8136dadd0888a4f3da7553f1b55d56a251d4a;hp=99dc8e6d50c4322c4280b28dec273ba955553e66;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=aec092482d5b90b8279e4a5f92165868a78ddf32 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;