X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F001_meta_role.t;h=309f4b1b0a07ef40a542f31d70c216480432dc49;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=a977ec391879035539571fcc33374007752e78e2;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/030_roles/001_meta_role.t b/t/030_roles/001_meta_role.t index a977ec3..309f4b1 100644 --- a/t/030_roles/001_meta_role.t +++ b/t/030_roles/001_meta_role.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 27; +use Test::More; use Test::Exception; use Moose::Meta::Role; @@ -104,3 +104,5 @@ is_deeply( [ $foo_role->get_method_modifier_list('before') ], [ 'boo' ], '... got the right list of before method modifiers'); + +done_testing;