From: Dave Rolsky Date: Thu, 4 Sep 2008 18:00:32 +0000 (+0000) Subject: Fix links to role recipes X-Git-Tag: 0.58~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13dbfe492a0450e041642026d43e53387c450eca;p=gitmo%2FMoose.git Fix links to role recipes --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 5a9d225..b7de187 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -84,20 +84,20 @@ These recipes will show you how to use Moose roles. =over 4 -=item L - The Moose::Role example +=item L - The Moose::Role example Demonstrates roles, which are also sometimes known as traits or mix-ins. Roles provide a method of code re-use which is orthogonal to subclassing. -=item L - Advanced Role Composition - method exclusion and aliasing +=item L - Advanced Role Composition - method exclusion and aliasing Sometimes you just want to include part of a role in your class. Sometimes you want the whole role but one if its methods conflicts with one in your class. With method exclusion and aliasing, you can work around these problems. -=item L - Runtime Role Composition (TODO) +=item L - Runtime Role Composition (TODO) I