projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6ad9aea
)
typo fix
Christian Walde [Thu, 10 Jan 2013 13:56:43 +0000 (14:56 +0100)]
lib/Moo.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moo.pm
b/lib/Moo.pm
index
6d270ad
..
9f5246d
100644
(file)
--- a/
lib/Moo.pm
+++ b/
lib/Moo.pm
@@
-556,7
+556,7
@@
Moo will call
$self->$builder;
-If you set this to just C<1>, the predicate is automatically named
+If you set this to just C<1>, the builder is automatically named
C<_build_${attr_name}>. This feature comes from L<MooseX::AttributeShortcuts>.
=item * C<clearer>