[Moose-commits] r7824 - in Moose/trunk: . lib
gphat at code2.0beta.co.uk
gphat at code2.0beta.co.uk
Thu Mar 5 21:07:45 GMT 2009
Author: gphat
Date: 2009-03-05 13:07:45 -0800 (Thu, 05 Mar 2009)
New Revision: 7824
Modified:
Moose/trunk/Changes
Moose/trunk/lib/Moose.pm
Log:
Link to Basics/Recipe9 from Moose.pm's builder blurb
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-03-05 20:52:38 UTC (rev 7823)
+++ Moose/trunk/Changes 2009-03-05 21:07:45 UTC (rev 7824)
@@ -13,6 +13,9 @@
* Moose::Cookbook::Basics::Recipe5
- Fix POD formatting typo
+ * Moose::Cookbook::Basics::Recipe9
+ - Link to this recipe from Moose.pm's builder blurb
+
0.72 Mon, February 23, 2009
* Moose::Object
* Moose::Meta::Method::Constructor
Modified: Moose/trunk/lib/Moose.pm
===================================================================
--- Moose/trunk/lib/Moose.pm 2009-03-05 20:52:38 UTC (rev 7823)
+++ Moose/trunk/lib/Moose.pm 2009-03-05 21:07:45 UTC (rev 7824)
@@ -621,7 +621,7 @@
The value of this key is the name of the method that will be called to
obtain the value used to initialize the attribute. See the L<builder
option docs in Class::MOP::Attribute|Class::MOP::Attribute/builder>
-for more information.
+ and/or L<Moose::Cookbook::Basics::Recipe9> for more information.
=item I<default> => SCALAR | CODE
More information about the Moose-commits
mailing list