From: Karen Etheridge Date: Sat, 16 Oct 2010 03:27:34 +0000 (-0700) Subject: fix typo X-Git-Tag: 1.16~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c33c3630db13fbf1ced354b9d11d334dcc38b9d5;p=gitmo%2FMoose.git fix typo --- diff --git a/lib/Moose/Meta/Attribute/Native.pm b/lib/Moose/Meta/Attribute/Native.pm index dc3e5aa..ec5bc28 100644 --- a/lib/Moose/Meta/Attribute/Native.pm +++ b/lib/Moose/Meta/Attribute/Native.pm @@ -110,7 +110,7 @@ See the docs for each native trait for details on what methods are available. =head2 is Some traits provide a default C for historical reasons. This behavior is -deprecated, and you are strongly encourage to provide a value. If you don't +deprecated, and you are strongly encouraged to provide a value. If you don't plan to read and write the attribute value directly, you can set C<< is => 'bare' >> to prevent standard accessor generation.