X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F001_basic.t;h=2d5eb1b9efa48872deae84a2432576b250d8e5fa;hp=2a2f94ec9f27567629a3203fc89d300c9de8dae3;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hpb=0cdc0384ddb0c3be31312270a986ef74c77db300 diff --git a/t/001_basic.t b/t/001_basic.t index 2a2f94e..2d5eb1b 100644 --- a/t/001_basic.t +++ b/t/001_basic.t @@ -1,5 +1,5 @@ use strict; -use warnings; +use warnings FATAL => 'all'; use Test::More tests => 70; use Test::Moose;