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;fp=t%2F011_process_argv.t;h=99dc8e6d50c4322c4280b28dec273ba955553e66;hp=4fb220fd69c00a0ee10b809e706c5a997851dc7e;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/011_process_argv.t b/t/011_process_argv.t index 4fb220f..99dc8e6 100644 --- a/t/011_process_argv.t +++ b/t/011_process_argv.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 7; use Test::Fatal 0.003;