From: Shawn M Moore <sartak@bestpractical.com>
Date: Sat, 19 Feb 2011 04:15:31 +0000 (-0500)
Subject: self_introspection needs free_anon_class
X-Git-Tag: 2.0001~24
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73dcb1ec6012d4778285b75c20701d716c3cd47f;p=gitmo%2FMoose.git

self_introspection needs free_anon_class
---

diff --git a/t/cmop/self_introspection.t b/t/cmop/self_introspection.t
index ff2e2c5..6192ba1 100644
--- 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