projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2e3d0a0
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Recipe9.pod
b/lib/Moose/Cookbook/Recipe9.pod
index
429d1bf
..
4a3592d
100644
(file)
--- 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<default>.
-
=head2 The lazy_build shortcut
The C<lazy_build> attribute parameter can be used as sugar to specify