From: Jesse Luehrs Date: Thu, 23 Sep 2010 08:34:47 +0000 (-0500) Subject: changelog X-Git-Tag: 1.09~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91343595d9c6b01d4745a1f1720e10855d8e2b2d;p=gitmo%2FClass-MOP.git changelog --- diff --git a/Changes b/Changes index 43df66c..f9d7223 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,9 @@ NEXT attribute objects (it instead fixes them so they are correct for the reinitialized metaclass). (doy) + * All 'meta' methods created by Class::MOP are now of the class + Class::MOP::Method::Meta. This is overridable at the metaclass layer. (doy) + [OTHER] * Use get_or_add_package_symbol when we intend for it to autovivify, in