X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F005_strict.t;h=f768d8b6266d51491c76e185e945e8a42f570148;hp=9c79115a2c605e6eae331e36c27cf1287266a148;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/005_strict.t b/t/005_strict.t index 9c79115..f768d8b 100644 --- a/t/005_strict.t +++ b/t/005_strict.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 11; use Test::Fatal;