From: Shawn M Moore Date: Mon, 22 Dec 2008 04:57:05 +0000 (+0000) Subject: Typo fix X-Git-Tag: 0.19~74 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=cbc437f2b4ce45360cef004995bd27ffc8649fb8 Typo fix --- diff --git a/lib/Mouse/Meta/Class.pm b/lib/Mouse/Meta/Class.pm index 82f293d..6f6feab 100644 --- a/lib/Mouse/Meta/Class.pm +++ b/lib/Mouse/Meta/Class.pm @@ -324,7 +324,7 @@ this class and its superclasses. Returns a mapping of attribute names to their corresponding L objects. -=head2 has_attribute Name -> Boool +=head2 has_attribute Name -> Bool Returns whether we have a L with the given name.