X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FRole%2FTiny.pm;h=3df82f2d1947872c925f326c39444ab6321a4be6;hb=96ab645a022ac6e45511bdbeda8792d8f87c9766;hp=5ecbe23b74f6edd51600a11721d7bf360c5fe893;hpb=ec28e16b79cfdbe072e70897dc3d4e0bfed5edec;p=gitmo%2FRole-Tiny.git diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 5ecbe23..3df82f2 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -6,7 +6,7 @@ sub _getstash { \%{"$_[0]::"} } use strict; use warnings FATAL => 'all'; -our $VERSION = '1.000_901'; # 1.0.901 +our $VERSION = '1.001000'; # 1.1.0 $VERSION = eval $VERSION; our %INFO; @@ -475,10 +475,10 @@ 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) 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. +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. =head1 AUTHOR