X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP.pm;h=7393ac7aa86093233ee0db9823dc92169db468a3;hb=23ab51e474736f6ea918c160fc89f785122ec388;hp=fabda7d55cfd9e4e4dceb99144a213f173594a86;hpb=0bd3cf1ce3ad43b754975b0ea53717b37fadf25c;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index fabda7d..7393ac7 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -670,6 +670,12 @@ Class::MOP::Instance->meta->add_attribute( # need to replace the meta method there with a real meta method object Class::MOP::Object->meta->_add_meta_method; +## -------------------------------------------------------- +## Class::MOP::Mixin + +# need to replace the meta method there with a real meta method object +Class::MOP::Mixin->meta->_add_meta_method; + require Class::MOP::Deprecated unless our $no_deprecated; # we need the meta instance of the meta instance to be created now, in order