From: Florian Ragwitz Date: Thu, 4 Dec 2008 02:45:50 +0000 (+0000) Subject: Changelog entry for the stub method crap. X-Git-Tag: 0.71_01~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21d1d46560ae66324e140690560da8d9f3ab10a8;p=gitmo%2FClass-MOP.git Changelog entry for the stub method crap. --- diff --git a/Changes b/Changes index 2122bfe..de92ac8 100644 --- a/Changes +++ b/Changes @@ -14,10 +14,12 @@ Revision history for Perl extension Class-MOP. times we call get_method_map when bootstrapping the MOP. This might make loading Class::MOP (and Moose) a little faster. (Dave Rolsky) - * Class::MOP::Class - Implemented an optional XS version of get_method_map. Mostly taken from a patch by Goro Fuji (rt.cpan.org #41080), with help form Florian Ragwitz. (Dave Rolsky) + - Make the behaviour of of get_all_package_symbols (and therefor + get_method_map) consistent for stub methods. Report and test by Goro + Fuji (rt.cpan.org #41255). (Florian Ragwitz) 0.71 Wed November 26, 2008 * Class::MOP::Class