From: Karen Etheridge Date: Fri, 18 Mar 2011 21:07:12 +0000 (-0700) Subject: doc typo X-Git-Tag: 0.11~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=commitdiff_plain;h=1686337d5495ade429b48cd5cf7fb4c2d709c362 doc typo --- diff --git a/lib/MooseX/UndefTolerant.pm b/lib/MooseX/UndefTolerant.pm index 12f4cec..f5cac2b 100644 --- a/lib/MooseX/UndefTolerant.pm +++ b/lib/MooseX/UndefTolerant.pm @@ -67,7 +67,7 @@ attributes tolerant of undef. If you specify the value of undef to any of the attributes they will not be initialized, effectively behaving as if you had not provided a value at all. -You can also apply the 'UndefTolerant' trait to individual attributes. See See +You can also apply the 'UndefTolerant' trait to individual attributes. See L for details. There will be no change in behaviour to any attribute with a type constraint