From: Dave Rolsky Date: Mon, 14 Sep 2009 20:10:34 +0000 (-0500) Subject: Tweak change bug description X-Git-Tag: 0.93~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43ce9cb84189380efef6d22d6b868631854e6fd7;p=gitmo%2FClass-MOP.git Tweak change bug description --- diff --git a/Changes b/Changes index b207be2..29c68f2 100644 --- a/Changes +++ b/Changes @@ -16,9 +16,9 @@ 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) + - 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)