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=709ec654bae67b001894d8868389cb5007da6b14;hpb=2557b52647dda5b9e090b324d950d4a55db74bae;p=gitmo%2FMooseX-Getopt.git diff --git a/t/106_no_ignore_case.t b/t/106_no_ignore_case.t index 709ec65..1e8f425 100644 --- a/t/106_no_ignore_case.t +++ b/t/106_no_ignore_case.t @@ -1,6 +1,8 @@ use strict; -use warnings; -use Test::More; +use warnings FATAL => 'all'; + +use Test::More tests => 22; +use Test::NoWarnings 1.04 ':early'; use Moose (); use Moose::Meta::Class; @@ -53,5 +55,3 @@ foreach my $role (qw/ } } -done_testing; -