From: Karen Etheridge <ether@cpan.org>
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?a=commitdiff_plain;h=66c87ce3bdc0e6caec3058561d278a7221d69f72;p=gitmo%2FMoose.git

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<ArrayRef> or C<HashRef>.
 
 However, we recommend that you use L<Moose::Meta::Attribute::Native> 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<Moose::Manual::BestPractices#Use_Moose::Meta::Attribute::Native_traits_instead_of_auto_deref>.
 
 =head2 Initializer