From: Shawn M Moore Date: Tue, 21 Apr 2009 06:33:09 +0000 (-0400) Subject: Don't use no_plan! X-Git-Tag: 0.82_01~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0eb2340f4f0e9da6d27ab0ea6a22d547d35bab27;p=gitmo%2FClass-MOP.git Don't use no_plan! --- diff --git a/t/084_get_method_map.t b/t/084_get_method_map.t index 7f36351..d85f6e6 100644 --- a/t/084_get_method_map.t +++ b/t/084_get_method_map.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More tests => 11; {