X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F105_uc_bug_more.t;h=5c11042717ffa02fdd7169cc2ee5f94169fd41a4;hb=14cb82caf70efcf0275fd296a0eba38bd04c7e74;hp=061dc97c0a14ca8181bba896d24ab9046e4f3cd2;hpb=d28e4285240b4d31abfe2b8b6970fa3e57c893a5;p=gitmo%2FMooseX-Getopt.git diff --git a/t/105_uc_bug_more.t b/t/105_uc_bug_more.t index 061dc97..5c11042 100644 --- a/t/105_uc_bug_more.t +++ b/t/105_uc_bug_more.t @@ -1,6 +1,8 @@ use strict; use warnings; -use Test::More; + +use Test::More tests => 13; +use Test::NoWarnings 1.04 ':early'; use Moose (); use Moose::Meta::Class; @@ -33,5 +35,3 @@ foreach my $role (qw/ "Debug was set for argv --debug on $role"); } -done_testing; -