don't do metaclass checking/fixing on attributes and methods topic/no_checking_attr_method_metaclasses
authorJesse Luehrs <doy@tozt.net>
Sat, 12 Jun 2010 18:35:16 +0000 (13:35 -0500)
committerJesse Luehrs <doy@tozt.net>
Sat, 24 Jul 2010 03:23:50 +0000 (22:23 -0500)
commitb7c36d233f2fca6337454b2dfbcf2e0179be19fa
tree67cdeaa1f8c93fbbf654f7aa3fc53f8f3003b8fb
parent0fa37bfd559ed468e30871a5b4acd8c0ca3992dd
don't do metaclass checking/fixing on attributes and methods

attributes and methods are entirely self-contained to the class they're
defined in (unlike the rest of the metaclasses), so inheriting the
default attribute_metaclass and method_metaclass just ends up being
weird action-at-a-distance.
lib/Class/MOP/Class.pm
t/041_metaclass_incompatibility.t