Ok, this can be done with a default (but it'd be a bit fuglier)
Dave Rolsky [Mon, 5 May 2008 23:58:50 +0000 (23:58 +0000)]
lib/Moose/Cookbook/Recipe9.pod

index 429d1bf..4a3592d 100644 (file)
@@ -127,8 +127,6 @@ of the role provide a builder method it.
       return Cat->new();
   }
 
-This simply could not be done using a C<default>.
-
 =head2 The lazy_build shortcut
 
 The C<lazy_build> attribute parameter can be used as sugar to specify