Document free_anon_{class, role}
Shawn M Moore [Sat, 19 Feb 2011 04:22:04 +0000 (23:22 -0500)]
lib/Class/MOP/Class.pm
lib/Moose/Meta/Role.pm

index e2170a8..2600559 100644 (file)
@@ -2196,4 +2196,13 @@ metaclass.
 
 =back
 
+=head2 Destruction
+
+=over 4
+
+=item B<< $metaclass->free_anon_class >>
+
+This removes the metaclass from the symbol table and L<Class::MOP>'s own
+bookkeeping. This should probably only be called by L</DESTROY>.
+
 =cut
index b28a817..4d47f0a 100644 (file)
@@ -1018,6 +1018,15 @@ This will return a L<Class::MOP::Class> instance for this class.
 
 =back
 
+=head2 Destruction
+
+=over 4
+
+=item B<< $metarole->free_anon_role >>
+
+This removes the metarole from the symbol table and L<Moose>'s own
+bookkeeping. This should probably only be called by L</DESTROY>.
+
 =head1 BUGS
 
 See L<Moose/BUGS> for details on reporting bugs.