X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F106_no_ignore_case.t;h=1e8f4250c687cf0cb9a1c8a9f889b9ff28d34661;hb=aec092482d5b90b8279e4a5f92165868a78ddf32;hp=06955c871029206e3a424c78c68b288e101d7b07;hpb=1f314cdccd9ef11cc0ecb606b5247fc0f9ee0237;p=gitmo%2FMooseX-Getopt.git diff --git a/t/106_no_ignore_case.t b/t/106_no_ignore_case.t index 06955c8..1e8f425 100644 --- a/t/106_no_ignore_case.t +++ b/t/106_no_ignore_case.t @@ -1,7 +1,8 @@ use strict; -use warnings; +use warnings FATAL => 'all'; -use Test::More tests => 21; +use Test::More tests => 22; +use Test::NoWarnings 1.04 ':early'; use Moose (); use Moose::Meta::Class;