[Moose-commits] r7791 - Moose/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Wed Feb 25 19:57:03 GMT 2009
Author: autarch
Date: 2009-02-25 11:57:03 -0800 (Wed, 25 Feb 2009)
New Revision: 7791
Modified:
Moose/trunk/Changes
Log:
Add changes for latest TC change
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-02-25 19:55:15 UTC (rev 7790)
+++ Moose/trunk/Changes 2009-02-25 19:57:03 UTC (rev 7791)
@@ -1,5 +1,12 @@
Revision history for Perl extension Moose
+0.73
+ * Moose::Util::TypeConstraints
+ - Calling subtype with a name as the only argument is now an
+ exception. If you want an anonymous subtype do:
+
+ my $subtype = subtype as 'Foo';
+
0.72 Mon, February 23, 2009
* Moose::Object
* Moose::Meta::Method::Constructor
More information about the Moose-commits
mailing list