[Moose-commits] r7182 - Class-MOP/trunk

rafl at code2.0beta.co.uk rafl at code2.0beta.co.uk
Thu Dec 25 13:46:18 GMT 2008


Author: rafl
Date: 2008-12-25 05:46:18 -0800 (Thu, 25 Dec 2008)
New Revision: 7182

Modified:
   Class-MOP/trunk/Changes
Log:
Changelogging.

Modified: Class-MOP/trunk/Changes
===================================================================
--- Class-MOP/trunk/Changes	2008-12-25 13:39:35 UTC (rev 7181)
+++ Class-MOP/trunk/Changes	2008-12-25 13:46:18 UTC (rev 7182)
@@ -1,5 +1,14 @@
 Revision history for Perl extension Class-MOP.
 
+    * MOP.xs
+      - Add an xs implementation of Class::MOP::is_class_loaded (closes
+        RT#41862). Based on a patch by Goro Fuji. (Florian Ragwitz)
+      - Changed internals to make prehashing of hash keys easier and less
+        error-prone. (Florian Ragwitz)
+    * Class::MOP::Class
+      - Fix documentation to show that around modifiers happen on both
+        sides of the primary method. (Dave Rolsky)
+
 0.73 Tue, December 16, 2008
     * MOP.xs
       - Don't use Perl_mro_meta_init. It's not part of the public perl




More information about the Moose-commits mailing list