X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F105_uc_bug_more.t;h=df5c8d6dbd1ad42ed88978d9be1e962b26757cf1;hb=85cd03ac17616cd4d314b5262cc430fad572caec;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..df5c8d6 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 warnings FATAL => 'all'; + +use Test::More tests => 13; +use Test::Warnings; use Moose (); use Moose::Meta::Class; @@ -33,5 +35,3 @@ foreach my $role (qw/ "Debug was set for argv --debug on $role"); } -done_testing; -