X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP.pm;h=7707c61ceac42d37e2febe8fe275eecd8f16aca6;hb=38bcde3fc28279a00afced7eb6f29304d66af962;hp=69288bf83ae568f37b812fb967fc76b6e813883a;hpb=e59e2f1316c417cd3f131d30f6845eac0d94f759;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 69288bf..7707c61 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -187,7 +187,7 @@ Class::MOP::Mixin::HasMethods->meta->add_attribute( # NOTE: # we just alias the original method # rather than re-produce it here - '_full_method_map' => \&Class::MOP::Mixin::HasMethods::_full_method_map + '_method_map' => \&Class::MOP::Mixin::HasMethods::_method_map }, default => sub { {} } ))