From: Karen Etheridge Date: Fri, 30 Mar 2012 17:08:39 +0000 (-0700) Subject: link to the docs that say "avoid auto_deref". X-Git-Tag: 2.0500~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=66c87ce3bdc0e6caec3058561d278a7221d69f72 link to the docs that say "avoid auto_deref". --- diff --git a/lib/Moose/Manual/Attributes.pod b/lib/Moose/Manual/Attributes.pod index 3e577a1..5ff0bb1 100644 --- a/lib/Moose/Manual/Attributes.pod +++ b/lib/Moose/Manual/Attributes.pod @@ -615,7 +615,8 @@ C or C. However, we recommend that you use L traits for these types of attributes, which gives you much more control over how -they are accessed and manipulated. +they are accessed and manipulated. See also +L. =head2 Initializer