[Moose-commits] r7544 - Mouse/trunk
sartak at code2.0beta.co.uk
sartak at code2.0beta.co.uk
Thu Feb 5 00:46:39 GMT 2009
Author: sartak
Date: 2009-02-04 16:46:39 -0800 (Wed, 04 Feb 2009)
New Revision: 7544
Modified:
Mouse/trunk/Changes
Log:
Document more changes
Modified: Mouse/trunk/Changes
===================================================================
--- Mouse/trunk/Changes 2009-02-05 00:46:35 UTC (rev 7543)
+++ Mouse/trunk/Changes 2009-02-05 00:46:39 UTC (rev 7544)
@@ -9,13 +9,19 @@
* Keep track of the source package of each type
+ * Moose lets you redefine a type within the same package, so we now do too
+
+ * Borrow more of Moose's meta API
+
+ * Mouse::Util::TypeConstraints now uses Exporter so you can select which
+ sugar you want
+
* class_type shouldn't load the class (Moose compat; no easy fix :/)
- * suppress warninsgs when we use around and has '+...' (dann)
+ * suppress warnings when we use "around" and "has '+...'" (dann)
- * use Data::Util to make modifier fast if Data::Util is installed (dann)
+ * use Data::Util to make method modifiers fast if it's available (dann)
-
0.14 Sat Dec 20 16:53:05 2008
* POD fix
More information about the Moose-commits
mailing list