X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F106_no_ignore_case.t;h=e9e1659535204283e1df92dbd4656ae32afb8f0b;hb=51c2f425232f357176197ac252662c594799ae2d;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..e9e1659 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 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; -