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=4fb220fd69c00a0ee10b809e706c5a997851dc7e;hb=25eb430dc9dc0e223b0a8cddf555e0dc3bbd26aa;hpb=3915c9fcd71bf4857baf6c214a42363969b37937 diff --git a/t/011_process_argv.t b/t/011_process_argv.t index 4fb220f..fdd8136 100644 --- a/t/011_process_argv.t +++ b/t/011_process_argv.t @@ -1,9 +1,9 @@ use strict; -use warnings; +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;