From: Dave Rolsky Date: Fri, 2 May 2008 03:56:19 +0000 (+0000) Subject: Remove bit about lazy attributes, since that's not covered in recipe 9. X-Git-Tag: 0_55~198 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbd7ad7aee6dbf262a6cc90a0e3c5d5fcdd9cfd3;p=gitmo%2FMoose.git Remove bit about lazy attributes, since that's not covered in recipe 9. --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 59e192e..6050e59 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -63,9 +63,8 @@ Work off of this http://code2.0beta.co.uk/moose/svn/Moose/trunk/t/200_examples/0 =item L - Builder methods and lazy_build -Lazy attributes do not get set via their defaults until they are -accessed. The builder feature provides an inheritable and -role-composable way to provide a default attribute value. +The builder feature provides an inheritable and role-composable way to +provide a default attribute value. =back