From: Dave Rolsky Date: Thu, 11 Sep 2008 19:49:44 +0000 (+0000) Subject: Make docs match reality X-Git-Tag: 0.58~34^2~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cf3cd6275d7c2628ad62a976b86987853c23de6;p=gitmo%2FMoose.git Make docs match reality --- diff --git a/lib/Moose/Meta/Role/Method.pm b/lib/Moose/Meta/Role/Method.pm index 6fe74b4..ad34161 100644 --- a/lib/Moose/Meta/Role/Method.pm +++ b/lib/Moose/Meta/Role/Method.pm @@ -24,7 +24,7 @@ Moose::Meta::Role::Method - A Moose Method metaclass for Roles This is primarily used to mark methods coming from a role as being different. Right now it is nothing but a subclass -of L. +of L. =head1 BUGS