From: Shawn M Moore Date: Sat, 30 May 2009 18:12:04 +0000 (-0400) Subject: Test count fix X-Git-Tag: 0.85~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3c98e33af255bfa5e56ac681a4240d70fc8acf3;p=gitmo%2FClass-MOP.git Test count fix --- diff --git a/t/003_methods.t b/t/003_methods.t index 2b8b6a8..ccba0ab 100644 --- a/t/003_methods.t +++ b/t/003_methods.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 65; +use Test::More tests => 66; use Test::Exception; use Scalar::Util qw/reftype/;