X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F020_super_recursion.t;h=85d230c90c039544fdad1808d6c98825f7c0f361;hb=f68fa9b44fabe868c890b7e489e64c8ebc47b22f;hp=913765ddcf871b4efb25b4e23327175a40591864;hpb=59f5bbde66d61d15b684be88d138fd798ba851d0;p=gitmo%2FMoose.git diff --git a/t/100_bugs/020_super_recursion.t b/t/100_bugs/020_super_recursion.t index 913765d..85d230c 100644 --- a/t/100_bugs/020_super_recursion.t +++ b/t/100_bugs/020_super_recursion.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More tests => 3; { package A;