X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F030_roles%2F010_run_time_role_composition.t;h=c4ba5ce7ada780169e06bed2e68718681419241d;hp=6731d06bff8a0fb519e66e38fc0e5c16058d587b;hb=6475f69defb20a02b6559bddf870a0821f28ac20;hpb=6d5a627396f91b2dce25a7b6e5c5dbe6b67f2d95 diff --git a/t/030_roles/010_run_time_role_composition.t b/t/030_roles/010_run_time_role_composition.t index 6731d06..c4ba5ce 100644 --- a/t/030_roles/010_run_time_role_composition.t +++ b/t/030_roles/010_run_time_role_composition.t @@ -3,12 +3,11 @@ use strict; use warnings; -use Test::More tests => 27; +use Test::More; use Scalar::Util qw(blessed); - =pod This test can be used as a basis for the runtime role composition. @@ -101,6 +100,4 @@ isa_ok($obj2, 'My::Class'); is(blessed($obj), blessed($obj2), '... they share the same anon-class/role thing again'); } - - - +done_testing;