From: Graham Knop Date: Fri, 21 Feb 2014 03:38:50 +0000 (-0500) Subject: shorten Role::Basic mention and remove confusing wording X-Git-Tag: v1.003003~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ed1d913d2c76d5a412083fe6e4a3cd3d313f9aed;p=gitmo%2FRole-Tiny.git shorten Role::Basic mention and remove confusing wording --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 67e5c05..b034790 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -652,12 +652,8 @@ overloads from the role to all copies of the object. L is the attribute-less subset of L; L is a meta-protocol-less subset of the king of role systems, L. -If you don't want method modifiers and do want to be forcibly restricted -to a single role application per class, Ovid's L exists. But -Stevan Little (the L author) and I don't find the additional -restrictions to be amazingly helpful in most cases; L's choices -are more a guide to what you should prefer doing, to our mind, rather than -something that needs to be enforced. +Ovid's L provides roles with a similar scope, but without method +modifiers, and having some extra usage restrictions. =head1 AUTHOR