From: Dave Rolsky Date: Mon, 5 May 2008 23:58:50 +0000 (+0000) Subject: Ok, this can be done with a default (but it'd be a bit fuglier) X-Git-Tag: 0_55~194 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bea6d5a064ba9bd3503a7b87e7dbb21f0119a28;p=gitmo%2FMoose.git Ok, this can be done with a default (but it'd be a bit fuglier) --- diff --git a/lib/Moose/Cookbook/Recipe9.pod b/lib/Moose/Cookbook/Recipe9.pod index 429d1bf..4a3592d 100644 --- a/lib/Moose/Cookbook/Recipe9.pod +++ b/lib/Moose/Cookbook/Recipe9.pod @@ -127,8 +127,6 @@ of the role provide a builder method it. return Cat->new(); } -This simply could not be done using a C. - =head2 The lazy_build shortcut The C attribute parameter can be used as sugar to specify