projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
47219b2
)
fix tests for latest Moose
Dave Rolsky [Fri, 11 Sep 2009 15:06:44 +0000 (10:06 -0500)]
t/010_self_introspection.t
patch
|
blob
|
blame
|
history
diff --git
a/t/010_self_introspection.t
b/t/010_self_introspection.t
index
7485f55
..
1057261
100644
(file)
--- a/
t/010_self_introspection.t
+++ b/
t/010_self_introspection.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-use Test::More tests => 302;
+use Test::More tests => 300;
use Test::Exception;
use Class::MOP;