No need for the | in the link
Dave Rolsky [Thu, 2 Jul 2009 18:13:00 +0000 (13:13 -0500)]
lib/Moose.pm

index 422485e..eceddf7 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::TypeConstraints|Moose::Util::TypeConstraints>.
+L<Moose::Util::TypeConstraints>.
 
 =item C<CODE>