Mention delegation page
Dave Rolsky [Thu, 29 Jan 2009 18:06:47 +0000 (18:06 +0000)]
lib/Moose/Manual.pod

index e4a31b6..8162f57 100644 (file)
@@ -123,6 +123,11 @@ Attributes are a core part of the Moose OO system. An attribute is a
 piece of data that an object has. Moose has a lot of attribute-related
 features!
 
+=item L<Moose::Manual::Delegation>
+
+Delegation is a powerful way to make use of attribute which are
+themselves objects.
+
 =item L<Moose::Manual::Construction>
 
 Learn how objects are built in Moose, and in particular about the