From: Shawn M Moore <sartak@gmail.com>
Date: Thu, 10 Dec 2009 09:07:01 +0000 (-0500)
Subject: Point to Meta::Recipe3 a little harder in Meta::Recipe2
X-Git-Tag: 0.93_01~41^2~7
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=772f7957d62a3f6038cb861cee6c16e1948c5b29;p=gitmo%2FMoose.git

Point to Meta::Recipe3 a little harder in Meta::Recipe2
---

diff --git a/lib/Moose/Cookbook/Meta/Recipe2.pod b/lib/Moose/Cookbook/Meta/Recipe2.pod
index ad255a6..f039f10 100644
--- a/lib/Moose/Cookbook/Meta/Recipe2.pod
+++ b/lib/Moose/Cookbook/Meta/Recipe2.pod
@@ -76,6 +76,10 @@ attached to it. Such labels would be used when showing data to an end
 user. In this recipe we label the C<url> attribute with "The site's
 URL" and create a simple method showing how to use that label.
 
+The proper, modern way to extend attributes (using a role instead of a
+subclass) is described in L<Moose::Cookbook::Meta::Recipe3>, but that recipe
+assumes you've read and at least tried to understand this one.
+
 =head1 META-ATTRIBUTE OBJECTS
 
 All the attributes of a Moose-based object are actually objects