=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
=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.