Added POD about the 'documentation' option for the 'has' function
dandv [Wed, 10 Jun 2009 05:26:57 +0000 (22:26 -0700)]
lib/Moose.pm

index 7eea84a..1518b97 100644 (file)
@@ -1,4 +1,3 @@
-
 package Moose;
 
 use 5.008;
@@ -648,6 +647,13 @@ to). See the L<initializer option docs in
 Class::MOP::Attribute|Class::MOP::Attribute/initializer> for more
 information.
 
+=item I<documentation> => $string
+
+An arbitrary string that can be retrieved later by calling C<<
+$attr->documentation >>.
+
+
+
 =back
 
 =item B<has +$name =E<gt> %options>