From: Robert Buels Date: Fri, 12 Feb 2010 17:22:30 +0000 (-0800) Subject: test class MyMetaClass::Random should not be empty X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce7d04b78ddd14294b813bfef8b489e4c5cfd053;p=gitmo%2FClass-MOP.git test class MyMetaClass::Random should not be empty --- diff --git a/t/lib/MyMetaClass/Random.pm b/t/lib/MyMetaClass/Random.pm index afa8d46..09c177a 100644 --- a/t/lib/MyMetaClass/Random.pm +++ b/t/lib/MyMetaClass/Random.pm @@ -4,4 +4,6 @@ package MyMetaClass::Random; use strict; use warnings; +sub random_method {} + 1;