Remove bit about lazy attributes, since that's not covered in recipe 9.
Dave Rolsky [Fri, 2 May 2008 03:56:19 +0000 (03:56 +0000)]
lib/Moose/Cookbook.pod

index 59e192e..6050e59 100644 (file)
@@ -63,9 +63,8 @@ Work off of this http://code2.0beta.co.uk/moose/svn/Moose/trunk/t/200_examples/0
 
 =item L<Moose::Cookbook::Recipe9> - 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