From: dandv Date: Wed, 10 Jun 2009 05:26:57 +0000 (-0700) Subject: Added POD about the 'documentation' option for the 'has' function X-Git-Tag: 0.82~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60dcf6736a4bcd4100f0537162f992cef4572e7d;p=gitmo%2FMoose.git Added POD about the 'documentation' option for the 'has' function --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 7eea84a..1518b97 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -1,4 +1,3 @@ - package Moose; use 5.008; @@ -648,6 +647,13 @@ to). See the L for more information. +=item I => $string + +An arbitrary string that can be retrieved later by calling C<< +$attr->documentation >>. + + + =back =item B %options>