From: Yuval Kogman Date: Fri, 24 Apr 2009 17:08:42 +0000 (+0200) Subject: changelog X-Git-Tag: 0.82_02^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab07b75215e2655c8cc7a22f867c4a0d24b62234;p=gitmo%2FClass-MOP.git changelog --- diff --git a/Changes b/Changes index a8f5fae..0ba840d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Revision history for Perl extension Class-MOP. 0.82_02 Fri, April 24, 2009 + * Class::MOP::Method::Inlined + - Don't inline if the expected method is not defined at all (happens with + e.g. Moose::Object::_new is the expected method due to an overridden + name) * Tests - Some tests were trying to load Class::MOP::Immutable, which was removed in 0.82_01.