X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;fp=t%2F007_nogetopt_trait.t;h=22f27cd69c86815b20de48e13caa05e08ee99efb;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hp=540b1b4929f49e643979a88306bc698e540125eb;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300;p=gitmo%2FMooseX-Getopt.git diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 540b1b4..22f27cd 100644 --- a/t/007_nogetopt_trait.t +++ b/t/007_nogetopt_trait.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 10; use Test::Fatal;