From: Dave Rolsky Date: Mon, 25 May 2009 16:59:49 +0000 (-0500) Subject: Rephrase required docs X-Git-Tag: 0.80~65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be1355c061431ae986ce65772a758518b68fa758;p=gitmo%2FMoose.git Rephrase required docs --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 3c24df2..ce92661 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -438,10 +438,9 @@ is expected to have consumed. =item I (1|0)> This marks the attribute as being required. This means a value must be -supplied during class construction or be lazy with either a default or a -builder. Note that c does not say anything about the attribute's -value, so it could be C. - +supplied during class construction, I the attribute must be lazy +and have either a default or a builder. Note that c does not +say anything about the attribute's value, which can be C. =item I (1|0)>