X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F007_nogetopt_trait.t;h=22f27cd69c86815b20de48e13caa05e08ee99efb;hp=7c292643bb085ac5e0b43f3f38e10fe88a6ee058;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=9fbb5be9dcf64475fb6f4d25807db1e952be2365 diff --git a/t/007_nogetopt_trait.t b/t/007_nogetopt_trait.t index 7c29264..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; @@ -77,7 +77,6 @@ BEGIN { default => 832, cmd_flag => 'p', ); - } {