projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a0b170b
)
Fix a typo in the docs
Dave Rolsky [Sun, 15 Feb 2009 16:54:59 +0000 (16:54 +0000)]
lib/Moose/Manual/Attributes.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Attributes.pod
b/lib/Moose/Manual/Attributes.pod
index
61d10ff
..
8ed0258
100644
(file)
--- a/
lib/Moose/Manual/Attributes.pod
+++ b/
lib/Moose/Manual/Attributes.pod
@@
-299,7
+299,7
@@
consuming class provide the C<builder>:
has 'size' => (
is => 'ro',
lazy => 1,
- builder => '_build_animal',
+ builder => '_build_size',
);
package Lilliputian;