From: Jesse Luehrs Date: Fri, 6 May 2011 19:44:28 +0000 (-0500) Subject: mention that the list of attr options in Moose.pm isn't exhaustive X-Git-Tag: 2.0003~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a18fcb071c63100409fb295e32c0c8300729e4b;p=gitmo%2FMoose.git mention that the list of attr options in Moose.pm isn't exhaustive --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 9883f00..5bb924c 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -424,9 +424,10 @@ hash reference as well. This will install an attribute of a given C<$name> into the current class. If the first parameter is an array reference, it will create an attribute for -every C<$name> in the list. The C<%options> are the same as those provided by -L, in addition to the list below which are provided by -Moose (L to be more specific): +every C<$name> in the list. The C<%options> will be passed to the constructor +for L (which inherits from L), +so the full documentation for the valid options can be found there. These are +the most commonly used options: =over 4