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=89539265b0c840e105517bb25d75b9ffa67c9062;hp=01cd599dd7266c84a549a47eef335520ee36fdd7;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/003_inferred_option_type.t b/t/003_inferred_option_type.t index 01cd599..8953926 100644 --- a/t/003_inferred_option_type.t +++ b/t/003_inferred_option_type.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 6; use Test::NoWarnings 1.04 ':early';