From: arcanez Date: Thu, 2 Jul 2009 16:22:42 +0000 (-0700) Subject: pluralized TypeConstraint and Role to fix pod links X-Git-Tag: 0.86~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46b73973386acbf8aaf3bf84eaecb46f0ac9fadf;p=gitmo%2FMoose.git pluralized TypeConstraint and Role to fix pod links --- diff --git a/lib/Moose.pm b/lib/Moose.pm index ec1c1b1..422485e 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -562,7 +562,7 @@ With the duck type option, you pass a duck type object whose "interface" then becomes the list of methods to handle. The "interface" can be defined as; the list of methods passed to C to create a duck type object. For more information on C please check -L. +L. =item C diff --git a/lib/Moose/Role.pm b/lib/Moose/Role.pm index b9e5686..d12c17b 100644 --- a/lib/Moose/Role.pm +++ b/lib/Moose/Role.pm @@ -175,7 +175,7 @@ Moose::Role - The Moose Role =head1 DESCRIPTION -The concept of roles is documented in L. This document +The concept of roles is documented in L. This document serves as API documentation. =head1 EXPORTED FUNCTIONS