From: Graham Knop Date: Wed, 5 Mar 2014 14:43:10 +0000 (-0500) Subject: fix pod X-Git-Tag: v1.003003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cd65cc05553a784d2ea06122ab492a625d15acd;p=gitmo%2FRole-Tiny.git fix pod --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index c5dfe6c..d611cca 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -641,6 +641,8 @@ Returns true if the given package is a role. =item * On perl 5.8.8 and earlier, applying a role to an object won't apply any overloads from the role to all copies of the object. +=back + =head1 SEE ALSO L is the attribute-less subset of L; L is