lazy can be filled by default or builder
Jesse Luehrs [Fri, 6 May 2011 19:38:33 +0000 (14:38 -0500)]
lib/Moose.pm

index ba65d69..fa156f1 100644 (file)
@@ -482,7 +482,8 @@ default, etc.
 =item I<lazy =E<gt> (1|0)>
 
 This will tell the class to not create this slot until absolutely necessary.
-If an attribute is marked as lazy it B<must> have a default supplied.
+If an attribute is marked as lazy it B<must> have a default or builder
+supplied.
 
 =item I<trigger =E<gt> $code>