From: Shawn M Moore Date: Mon, 8 Dec 2008 01:10:26 +0000 (+0000) Subject: Doc tweaks X-Git-Tag: 0.05~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=1d669b8ab5c0622b950c8bbfb212ac8831ac309c Doc tweaks --- diff --git a/lib/MooseX/Role/Parameterized/Tutorial.pm b/lib/MooseX/Role/Parameterized/Tutorial.pm index ab7c921..c20c40d 100644 --- a/lib/MooseX/Role/Parameterized/Tutorial.pm +++ b/lib/MooseX/Role/Parameterized/Tutorial.pm @@ -20,10 +20,10 @@ you don't want or need (see L for more about C and C). Because roles serve many different masters, they usually provide only the least -common denominator of functionality. Not all consumers of a role have a C<>. -Thus, more configurability than C and C is required. Perhaps -your role needs to know which method to call when it is done. Or what default -value to use for its url attribute. +common denominator of functionality. To empower roles further, more +configurability than C and C is required. Perhaps your role +needs to know which method to call when it is done. Or what default value to +use for its url attribute. Parameterized roles offer exactly this solution.