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