X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2c5f1f53e3188ea760065491b0a03e3262f5ecc0;hb=8885b9243cf5f2df4c65bc33aa5d618540329927;hp=507c3e1738dc0e303fdab1e16a7c8c68d514c94f;hpb=b409c96967194909d2071df0e129453d1b7f74d7;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 507c3e1..2c5f1f5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Class-MOP. -Next +0.93 * mop.c - Applied an MS VC++ compilation fix from Taro Nishino. RT #48072 @@ -16,11 +16,12 @@ Next method's name. Addresses RT #49680. (Shawn M Moore) * Class::MOP::Package - - Fixed a bug where adding the same sub reference to multiple packages - failed to update the method map properly. RT #48985. Reported by Paul - Mooney. (Dave Rolsky) - - The get_method_map method is now private. The public version is - available as a deprecated method. (Dave Rolsky) + - Adding the same sub reference to multiple packages failed to update + the method map properly. RT #48985. Reported by Paul Mooney. (Dave + Rolsky) + - The get_method_map method is now private (and called as + _full_method_map or _method_map). The public version is available as a + deprecated method. (Dave Rolsky) 0.92_01 Thu, Sep 10, 2009 * Class::MOP::Package