pluralized TypeConstraint and Role to fix pod links
arcanez [Thu, 2 Jul 2009 16:22:42 +0000 (09:22 -0700)]
lib/Moose.pm
lib/Moose/Role.pm

index ec1c1b1..422485e 100644 (file)
@@ -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<duck_type> to create a duck type object. For more
 information on C<duck_type> please check
-L<Moose::Util::TypeConstraint|Moose::Util::TypeConstraint>.
+L<Moose::Util::TypeConstraints|Moose::Util::TypeConstraints>.
 
 =item C<CODE>
 
index b9e5686..d12c17b 100644 (file)
@@ -175,7 +175,7 @@ Moose::Role - The Moose Role
 
 =head1 DESCRIPTION
 
-The concept of roles is documented in L<Moose::Manual::Role>. This document
+The concept of roles is documented in L<Moose::Manual::Roles>. This document
 serves as API documentation.
 
 =head1 EXPORTED FUNCTIONS