From: Dave Rolsky <autarch@urth.org>
Date: Wed, 3 Dec 2008 04:11:16 +0000 (+0000)
Subject: Document XS get_method_map
X-Git-Tag: 0.71_01~19
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52e5f955631bd1734feae3659100757b7925cbb7;p=gitmo%2FClass-MOP.git

Document XS get_method_map
---

diff --git a/Changes b/Changes
index 725ba20..2122bfe 100644
--- a/Changes
+++ b/Changes
@@ -14,6 +14,10 @@ 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)
 
 0.71 Wed November 26, 2008
     * Class::MOP::Class