Fix builder's recipe link.
Cory Watson [Thu, 20 Aug 2009 22:27:37 +0000 (17:27 -0500)]
Changes
lib/Moose.pm

diff --git a/Changes b/Changes
index 1e80189..772026d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ for, noteworthy changes.
     * Moose::Error::Croak
     * Moose::Error::Confess
       - Clarify documentation on how to use. (Curtis Jewell)
+    * Moose
+      - Correct POD for builder to point to Recipe8, not 9. (gphat)
 
 0.89 Thu Aug 13, 2009
     * Moose::Manual::Attributes
index 9d93a07..f049fb0 100644 (file)
@@ -607,7 +607,7 @@ example.
 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>
- and/or L<Moose::Cookbook::Basics::Recipe9> for more information.
+ and/or L<Moose::Cookbook::Basics::Recipe8> for more information.
 
 =item I<default> => SCALAR | CODE