[Moose-commits] r7837 - Mouse/trunk

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Sat Mar 7 00:14:18 GMT 2009


Author: sartak
Date: 2009-03-06 16:14:18 -0800 (Fri, 06 Mar 2009)
New Revision: 7837

Modified:
   Mouse/trunk/Changes
Log:
0.18 changes

Modified: Mouse/trunk/Changes
===================================================================
--- Mouse/trunk/Changes	2009-03-07 00:06:14 UTC (rev 7836)
+++ Mouse/trunk/Changes	2009-03-07 00:14:18 UTC (rev 7837)
@@ -1,7 +1,20 @@
 Revision history for Mouse
 
-0.18
+0.18 Fri Mar 6 19:09:33 2009
+    * Fix the issue preventing Mouse usage on Perl 5.6 - a bug in older
+      Scalar::Util! (tokuhirom)
 
+    * Allow extensible attribute metaclass (tokuhirom)
+
+    * Optimization for method modifiers (tokuhirom)
+
+    * Implement Mouse->import({into_level => 1}) (tokuhirom)
+
+    * Support for Class->meta->add_attribute($name => %options) (tokuhirom)
+
+    * Throw a more useful error message when trying to use a parameterized
+      type (Sartak)
+
 0.17 Tue Feb 17 20:10:29 2009
     * Load mro directly if Perl is recent enough (Nicholas Clark)
 




More information about the Moose-commits mailing list