projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78b26cc
)
Fix test count
Dave Rolsky [Fri, 22 May 2009 14:06:31 +0000 (09:06 -0500)]
t/100_bugs/024_anon_method_metaclass.t
patch
|
blob
|
blame
|
history
diff --git
a/t/100_bugs/024_anon_method_metaclass.t
b/t/100_bugs/024_anon_method_metaclass.t
index
0df4a2e
..
f0a7494
100644
(file)
--- a/
t/100_bugs/024_anon_method_metaclass.t
+++ b/
t/100_bugs/024_anon_method_metaclass.t
@@
-1,6
+1,6
@@
use strict;
use warnings;
-use Test::More tests => 9;
+use Test::More tests => 10;
{
package Ball;