From: Dave Rolsky Date: Tue, 3 Feb 2009 18:54:02 +0000 (+0000) Subject: Mention Moose::Manual X-Git-Tag: 0.66~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8f7621f1ce552e3c229fdc2fd491e22e224c03c;p=gitmo%2FMoose.git Mention Moose::Manual --- diff --git a/Changes b/Changes index 837b04b..9dcfa05 100644 --- a/Changes +++ b/Changes @@ -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 @@ Revision history for Perl extension Moose 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