Subject: | anonymous class instances contain a reference to its meta |
An instance of a class created with Moose::Meta::Class->create_anon_class contains the metaclass in the '<<MOP>>' key -- is this really necessary? We stopped doing this for regular classes a while back (partially because of the huge spam created when data-dumping the object).
$class->meta should be perfectly capable of finding the metaclass without us having to store a reference to it in the object instance itself.