From: Jesse Luehrs Date: Fri, 6 May 2011 19:38:33 +0000 (-0500) Subject: lazy can be filled by default or builder X-Git-Tag: 2.0003~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c8915fe62f634b8a453a340fe5f4feb40550188;p=gitmo%2FMoose.git lazy can be filled by default or builder --- diff --git a/lib/Moose.pm b/lib/Moose.pm index ba65d69..fa156f1 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -482,7 +482,8 @@ default, etc. =item I (1|0)> This will tell the class to not create this slot until absolutely necessary. -If an attribute is marked as lazy it B have a default supplied. +If an attribute is marked as lazy it B have a default or builder +supplied. =item I $code>