[Moose-commits] r7505 - Moose/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Tue Feb 3 18:54:02 GMT 2009
Author: autarch
Date: 2009-02-03 10:54:02 -0800 (Tue, 03 Feb 2009)
New Revision: 7505
Modified:
Moose/trunk/Changes
Log:
Mention Moose::Manual
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-02-03 18:50:31 UTC (rev 7504)
+++ Moose/trunk/Changes 2009-02-03 18:54:02 UTC (rev 7505)
@@ -1,6 +1,12 @@
Revision history for Perl extension Moose
0.66
+ * Moose::Manual
+ - This is a brand new, extensive manual for Moose. This aims to
+ provide a complete introduction to all of Moose's
+ features. This work was funded as part of the Moose doc grant
+ from TPF. (Dave Rolsky)
+
* Moose::Meta::Attribute
- Added a delegation_metaclass method to replace a hard-coded
use of Moose::Meta::Method::Delegation. (Dave Rolsky)
@@ -22,7 +28,7 @@
would be allowed, but if you used it in a parameterized type
such as "ArrayRef[Foo!Bar]" it wouldn't work. We now do some
vetting on names created via the sugar functions, so that they
- can only contain alphanumerics, ":", and ".".
+ can only contain alphanumerics, ":", and ".". (Dave Rolsky)
0.65 Thu, January 22, 2008
* Moose and Moose::Meta::Method::Overridden
More information about the Moose-commits
mailing list