[Moose-commits] r7545 - Mouse/trunk
sartak at code2.0beta.co.uk
sartak at code2.0beta.co.uk
Thu Feb 5 00:46:43 GMT 2009
Author: sartak
Date: 2009-02-04 16:46:42 -0800 (Wed, 04 Feb 2009)
New Revision: 7545
Modified:
Mouse/trunk/Changes
Log:
More changes
Modified: Mouse/trunk/Changes
===================================================================
--- Mouse/trunk/Changes 2009-02-05 00:46:39 UTC (rev 7544)
+++ Mouse/trunk/Changes 2009-02-05 00:46:42 UTC (rev 7545)
@@ -18,6 +18,8 @@
* class_type shouldn't load the class (Moose compat; no easy fix :/)
+ * exists($_[1]) is faster than scalar(@_) >= 2 (obra)
+
* suppress warnings when we use "around" and "has '+...'" (dann)
* use Data::Util to make method modifiers fast if it's available (dann)
More information about the Moose-commits
mailing list