From: Dave Rolsky Date: Tue, 16 Jun 2009 13:13:59 +0000 (-0500) Subject: Add changes for cache removal fix X-Git-Tag: 0.86~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=667d0d7282f7b68d1508ed4565b4bc2c710eab68;p=gitmo%2FClass-MOP.git Add changes for cache removal fix --- diff --git a/Changes b/Changes index 91acab4..ff4cda4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Class-MOP. + * Class::MOP::Class + - If you redefined a subroutine at runtime and then wrapped it + with a method modifier, the modifier could in some cases wrap + the original version of the subroutine. + 0.86 Thu, Jun 11, 2009 * Class::MOP::Class - make_immutable issues a warning instead of overriding a