From: Jesse Luehrs Date: Fri, 6 May 2011 19:30:33 +0000 (-0500) Subject: stop documenting auto_deref in Moose.pm X-Git-Tag: 2.0003~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=765bb76eef422ce2468cd2b0e56c91cfe758e9d6;p=gitmo%2FMoose.git stop documenting auto_deref in Moose.pm --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 7653d15..ba65d69 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -484,16 +484,6 @@ default, etc. This will tell the class to not create this slot until absolutely necessary. If an attribute is marked as lazy it B have a default supplied. -=item I (1|0)> - -This tells the accessor to automatically dereference the value of this -attribute when called in list context. The accessor will still return a -reference when called in scalar context. If this behavior isn't desirable, -L or -L may be a better -choice. The I option is only legal if your I option is -either C or C. - =item I $code> The I option is a CODE reference which will be called after