projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ceb8945
)
Add one more sentence justifying recommendation
Dave Rolsky [Fri, 2 May 2008 00:47:23 +0000 (
00:47
+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
d028087
..
adcba0c
100644
(file)
--- a/
lib/Moose/Cookbook/Recipe9.pod
+++ b/
lib/Moose/Cookbook/Recipe9.pod
@@
-177,6
+177,9
@@
a coderef like C<sub { [] }>, use C<default>.
Otherwise, use C<builder>.
+This ensures that your classes are easily subclassable, and also helps
+keep crufty code out of your attribute definition blocks.
+
=head1 AUTHOR
Dave Rolsky E<lt>autarch@urth.orgE<gt>