From: Dave Rolsky Date: Mon, 14 Sep 2009 18:43:32 +0000 (-0500) Subject: Add some details to changes for get_method_map privatization X-Git-Tag: 0.93~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e93cf4fe39a1a3482a7ee9740a0218d0cc8a14e;p=gitmo%2FClass-MOP.git Add some details to changes for get_method_map privatization --- diff --git a/Changes b/Changes index 507c3e1..b207be2 100644 --- a/Changes +++ b/Changes @@ -19,8 +19,9 @@ Next - 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) + - 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