X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FRole%2FParameterized%2FTutorial.pm;h=c20c40df0d0a2f83dfc082d1f8d13d07a9f41d59;hb=1d669b8ab5c0622b950c8bbfb212ac8831ac309c;hp=ab7c9215205f8d1e82e6d08e7704e7a77a199532;hpb=82b9ef1612f77699d02e9e87bc99f2447e57a1e5;p=gitmo%2FMooseX-Role-Parameterized.git 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.