projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f5bacdc
)
self_introspection needs free_anon_class
Shawn M Moore [Sat, 19 Feb 2011 04:15:31 +0000 (23:15 -0500)]
t/cmop/self_introspection.t
patch
|
blob
|
blame
|
history
diff --git
a/t/cmop/self_introspection.t
b/t/cmop/self_introspection.t
index
ff2e2c5
..
6192ba1
100644
(file)
--- a/
t/cmop/self_introspection.t
+++ b/
t/cmop/self_introspection.t
@@
-55,7
+55,7
@@
my @class_mop_class_methods = qw(
initialize reinitialize create
- create_anon_class is_anon_class
+ create_anon_class is_anon_class free_anon_class
instance_metaclass get_meta_instance
_inline_create_instance