From: Stevan Little Date: Sun, 4 May 2008 13:34:26 +0000 (+0000) Subject: fixing typo X-Git-Tag: 0_64~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9debadccd16115fc2ee9a6d9642838fdb761090;p=gitmo%2FClass-MOP.git fixing typo --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index c7f8807..aa0602e 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1267,7 +1267,7 @@ C<$method_name>, or return undef if that method does not exist. The Class::MOP::Method is codifiable, so you can use it like a normal CODE reference, see L for more information. -=item B +=item B This will return a CODE reference of the specified C<$method_name>, or return undef if that method does not exist.