X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F008_configfromfile.t;fp=t%2F008_configfromfile.t;h=39798a2b027481754f6ad37311955e5781e7a0c9;hp=c38d314894080d58c4ef44e2711815d8435368f0;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index c38d314..39798a2 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::Requires 'MooseX::ConfigFromFile'; # skip all if not installed use Test::More tests => 56;