From: Shawn M Moore Date: Fri, 12 Dec 2008 00:23:44 +0000 (+0000) Subject: POD fix (thanks arcanehl) X-Git-Tag: 0.05~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=0ebe965e221473a25ab0e665933c771ac98d4c0b POD fix (thanks arcanehl) --- diff --git a/lib/MooseX/Role/Parameterized/Tutorial.pm b/lib/MooseX/Role/Parameterized/Tutorial.pm index c20c40d..1163a49 100644 --- a/lib/MooseX/Role/Parameterized/Tutorial.pm +++ b/lib/MooseX/Role/Parameterized/Tutorial.pm @@ -70,9 +70,9 @@ executed. It will receive a new parameter object and produce an entirely new role. Due to limitations inherent in Perl, you must declare methods with -C sub { ... }> instead of the usual C. Your -methods may, of course, close over the parameter object. This means that your -methods may use parameters however they wish! +C<< method name => sub { ... } >> instead of the usual C. +Your methods may, of course, close over the parameter object. This means that +your methods may use parameters however they wish! =head1 IMPLEMENTATION NOTES