From: Dave Rolsky Date: Thu, 4 Dec 2008 02:50:30 +0000 (+0000) Subject: Small change tweaks X-Git-Tag: 0.71_01~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ef2f4b7b7f9d3849d7b476a1da0f21ad52e41da;p=gitmo%2FClass-MOP.git Small change tweaks --- diff --git a/Changes b/Changes index de92ac8..acd5dcd 100644 --- a/Changes +++ b/Changes @@ -17,9 +17,9 @@ Revision history for Perl extension Class-MOP. - 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) + - Make the behaviour of of get_all_package_symbols (and + therefore 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