From: Dave Rolsky Date: Thu, 2 Jul 2009 18:13:00 +0000 (-0500) Subject: No need for the | in the link X-Git-Tag: 0.86~1^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9c2746e922547b99f67f231edef6c232f0e3140;p=gitmo%2FMoose.git No need for the | in the link --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 422485e..eceddf7 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