X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011_process_argv.t;h=99dc8e6d50c4322c4280b28dec273ba955553e66;hb=refs%2Ftags%2Fv0.56;hp=4fb220fd69c00a0ee10b809e706c5a997851dc7e;hpb=3915c9fcd71bf4857baf6c214a42363969b37937;p=gitmo%2FMooseX-Getopt.git 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;