From: Jesse Luehrs Date: Fri, 20 Feb 2009 09:01:58 +0000 (+0000) Subject: heirachy -> hierarchy X-Git-Tag: 0.77_01~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a74513f042b67f2b47d186e9aa405a22be0a505d;p=gitmo%2FClass-MOP.git heirachy -> hierarchy --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 4531922..f485a43 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1559,7 +1559,7 @@ methods, use the C method. =item B -This will traverse the inheritance heirachy and return a list of all +This will traverse the inheritance hierarchy and return a list of all the applicable L objects for this class. =item B @@ -1574,7 +1574,7 @@ L. =item B -This will traverse the inheritance heirachy and return a list of all the +This will traverse the inheritance hierarchy and return a list of all the applicable method names for this class. Duplicate names are removed, but the order the methods come out is not defined. @@ -1780,14 +1780,14 @@ use the C method. =item B -This will traverse the inheritance heirachy and return a list of all +This will traverse the inheritance hierarchy and return a list of all the applicable L objects for this class. C is an alias for consistency with C. =item B -This method will traverse the inheritance heirachy and find the +This method will traverse the inheritance hierarchy and find the first attribute whose name matches C<$attr_name>, then return it. It will return undef if nothing is found.