[Moose-commits] r7641 - Moose/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Thu Feb 12 20:12:47 GMT 2009
Author: autarch
Date: 2009-02-12 12:12:47 -0800 (Thu, 12 Feb 2009)
New Revision: 7641
Modified:
Moose/trunk/Changes
Log:
Add doy's delegation fix to the change log
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-02-12 17:20:57 UTC (rev 7640)
+++ Moose/trunk/Changes 2009-02-12 20:12:47 UTC (rev 7641)
@@ -1,5 +1,6 @@
Revision history for Perl extension Moose
+0.69
* Moose
- Make some keyword errors use throw_error instead of croak
since Moose::Exporter wraps keywords now (Sartak)
@@ -10,6 +11,11 @@
pages. This work was funded as part of the Moose docs grant
from TPF. (Dave Rolsky)
+ * Moose::Meta::Method::Delegation
+ - If the attribute doing the delegation was not populated, the
+ error message did not specify the attribute name
+ properly. (doy)
+
0.68 Wed, February 4, 2009
* POD
- Many spelling, typo, and formatting fixes by daxim.
More information about the Moose-commits
mailing list