projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9766c83
)
Name the failing test
Shawn M Moore [Wed, 11 Jun 2008 09:16:27 +0000 (09:16 +0000)]
t/302_modify_parent_method.t
patch
|
blob
|
blame
|
history
diff --git
a/t/302_modify_parent_method.t
b/t/302_modify_parent_method.t
index
68f3e38
..
fb1bcac
100644
(file)
--- a/
t/302_modify_parent_method.t
+++ b/
t/302_modify_parent_method.t
@@
-80,5
+80,5
@@
is_deeply([splice @calls], [
'Parent::method',
'after Parent::method',
'after Child::method',
-]);
+], "cache is correctly invalidated when the parent method is wrapped");