[Moose-commits] r7773 - Class-MOP/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Sun Feb 22 16:19:40 GMT 2009
Author: autarch
Date: 2009-02-22 08:19:40 -0800 (Sun, 22 Feb 2009)
New Revision: 7773
Modified:
Class-MOP/trunk/Changes
Log:
Update changes for release
Modified: Class-MOP/trunk/Changes
===================================================================
--- Class-MOP/trunk/Changes 2009-02-22 16:18:12 UTC (rev 7772)
+++ Class-MOP/trunk/Changes 2009-02-22 16:19:40 UTC (rev 7773)
@@ -1,11 +1,17 @@
Revision history for Perl extension Class-MOP.
-0.78
+0.77_01 Sun, February 22, 2009
* Everything
- This package now requires its XS components. Not using
Sub::Name lead to different behavior and bugginess in the pure
- Perl version of the code.
+ Perl version of the code. A Moose test would fail when run
+ against the pure Perl version of this code.
+ * Moose::Meta::Instance
+ - The inline_* methods now quote attribute names themselves, and
+ don't expect to receive a quoted value.
+
+
0.77 Sat, February 14, 2009
* MOP.xs
- Avoid assertion errors on debugging perls in is_class_loaded
More information about the Moose-commits
mailing list