From: Graham Knop Date: Thu, 27 Jun 2013 18:23:28 +0000 (-0400) Subject: type fix X-Git-Tag: v1.003000~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8159d057e475ba17e6aab6c083718560dd6626f3;p=gitmo%2FRole-Tiny.git type fix --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index f708a16..f908bc2 100644 --- a/lib/Role/Tiny.pm +++ b/lib/Role/Tiny.pm @@ -512,7 +512,7 @@ will work for classes but to test a role, one must use ::does_role directly. Additionally, Role::Tiny will override the standard Perl C method for your class. However, if C class in your class' inheritance -heirarchy provides C, then Role::Tiny will not override it. +hierarchy provides C, then Role::Tiny will not override it. =head1 METHODS