[Moose-commits] r7769 - Moose/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Sun Feb 22 15:46:11 GMT 2009
Author: autarch
Date: 2009-02-22 07:46:11 -0800 (Sun, 22 Feb 2009)
New Revision: 7769
Modified:
Moose/trunk/Changes
Log:
Start changes for 0.72
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-02-22 04:46:02 UTC (rev 7768)
+++ Moose/trunk/Changes 2009-02-22 15:46:11 UTC (rev 7769)
@@ -1,5 +1,22 @@
Revision history for Perl extension Moose
+0.72
+ * Moose::Cookbook
+ - Hopefully fixed some POD errors in a few recipes that caused
+ them to display weird on search.cpan.org.
+
+ * Moose::Util::TypeConstraints
+ - Calling type or subtype without the sugar helpers (as, where,
+ message) is now deprecated.
+ - The subtype function tried hard to guess what you meant, but
+ often got it wrong. For example:
+
+ my $subtype = subtype as 'ArrayRef[Object]';
+
+ This caused an error in the past, but now works as you'd
+ expect.
+
+
0.71 Thu, February 19, 2009
* Moose::Cookbook::Basics::Recipe11
- A new recipe which demonstrates the use of BUILDARGS and
@@ -12,17 +29,6 @@
* Moose::Exporter
- Allow overriding specific keywords from "also" packages. (doy)
- * Moose::Util::TypeConstraints
- - Calling type or subtype without the sugar helpers (as, where,
- message) is now deprecated.
- - The subtype function tried hard to guess what you meant, but
- often got it wrong. For example:
-
- my $subtype = subtype as 'ArrayRef[Object]';
-
- This caused an error in the past, but now works as you'd
- expect.
-
* Tests
- Replace hardcoded cookbook tests with Test::Inline POD
to ensure they don't get out of sync. (Dave Rolsky)
More information about the Moose-commits
mailing list