X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F101_argv_bug.t;fp=t%2F101_argv_bug.t;h=3de40e4454368f77b2cae72676ded2bafffb32bf;hp=318291caf5a9aadb9810efaab3b5a3c9ef3d2e8a;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/101_argv_bug.t b/t/101_argv_bug.t index 318291c..3de40e4 100644 --- a/t/101_argv_bug.t +++ b/t/101_argv_bug.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 4; use Test::NoWarnings 1.04 ':early';