X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F002_custom_option_type.t;fp=t%2F002_custom_option_type.t;h=5c0eb90c44eed5f727b08cbda84eaf8fa956c50a;hp=596a5f902fede37b40da7397721644e026595e4f;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/002_custom_option_type.t b/t/002_custom_option_type.t index 596a5f9..5c0eb90 100644 --- a/t/002_custom_option_type.t +++ b/t/002_custom_option_type.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 7; use Test::NoWarnings 1.04 ':early';