projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
25129bd
)
Don't use no_plan!
Shawn M Moore [Tue, 21 Apr 2009 06:33:09 +0000 (
02:33
-0400)]
t/084_get_method_map.t
patch
|
blob
|
blame
|
history
diff --git
a/t/084_get_method_map.t
b/t/084_get_method_map.t
index
7f36351
..
d85f6e6
100644
(file)
--- 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;
{