From: Cory Watson Date: Thu, 20 Aug 2009 22:27:37 +0000 (-0500) Subject: Fix builder's recipe link. X-Git-Tag: 0.89_01~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0bb2cc8a6a2e4b967b5d8efbcf1ab27f5d95e990;p=gitmo%2FMoose.git Fix builder's recipe link. --- diff --git a/Changes b/Changes index 1e80189..772026d 100644 --- 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 diff --git a/lib/Moose.pm b/lib/Moose.pm index 9d93a07..f049fb0 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -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 - and/or L for more information. + and/or L for more information. =item I => SCALAR | CODE