From: Dave Rolsky Date: Sat, 13 Dec 2008 16:34:44 +0000 (+0000) Subject: Move initializer later in the docs X-Git-Tag: 0.66~27^2~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c63a5c80c598918174f5964e83d774ec884fd83;p=gitmo%2FMoose.git Move initializer later in the docs --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 12403ff..f1e7c86 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -618,16 +618,6 @@ See the L for more information. -=item I => Str - -This may be a method name (referring to a method on the class with -this attribute) or a CODE ref. The initializer is used to set the -attribute value on an instance when the attribute is set during -instance initialization (but not when the value is being assigned -to). See the L for more -information. - =item I => Str Allows you to clear the value, see the L 1 as well as builder => "_build_$attr", clearer => "clear_$attr', predicate => 'has_$attr' unless they are already defined. +=item I => Str + +This may be a method name (referring to a method on the class with +this attribute) or a CODE ref. The initializer is used to set the +attribute value on an instance when the attribute is set during +instance initialization (but not when the value is being assigned +to). See the L for more +information. =back