projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b53f14f
)
Test count fix
Shawn M Moore [Sat, 30 May 2009 18:12:04 +0000 (14:12 -0400)]
t/003_methods.t
patch
|
blob
|
blame
|
history
diff --git
a/t/003_methods.t
b/t/003_methods.t
index
2b8b6a8
..
ccba0ab
100644
(file)
--- 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/;