X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F106_no_ignore_case.t;h=e9e1659535204283e1df92dbd4656ae32afb8f0b;hb=e672789158a11f21f9e53b8d66dcfef5306f5973;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..e9e1659 100644 --- a/t/106_no_ignore_case.t +++ b/t/106_no_ignore_case.t @@ -1,7 +1,8 @@ use strict; use warnings; -use Test::More tests => 21; +use Test::More tests => 22; +use Test::NoWarnings 1.04 ':early'; use Moose (); use Moose::Meta::Class;