From: Christian Walde Date: Thu, 10 Jan 2013 13:56:43 +0000 (+0100) Subject: typo fix X-Git-Tag: v1.000008~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba19b6a972eca1cf253bd3070675751de27c3305;p=gitmo%2FMoo.git typo fix --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 6d270ad..9f5246d 100644 --- 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. =item * C