From: Dagfinn Ilmari Mannsåker Date: Sun, 17 Mar 2013 15:44:42 +0000 (+0000) Subject: Fix POD markup for default predicate names X-Git-Tag: v1.002000~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=157aa466b781b46848e5f16502e7b948c3f7213a;p=gitmo%2FMoo.git Fix POD markup for default predicate names --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 5f20c77..8454377 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -564,7 +564,7 @@ Takes a method name which will return true if an attribute has a value. If you set this to just C<1>, the predicate is automatically named C if your attribute's name does not start with an -underscore, or <_has_${attr_name_without_the_underscore}> if it does. +underscore, or C<_has_${attr_name_without_the_underscore}> if it does. This feature comes from L. =item * C