From: Stevan Little Date: Fri, 20 Jan 2006 21:18:10 +0000 (+0000) Subject: Class-MOP - more stuff X-Git-Tag: 0_02~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d681766e8065274ffd6c1de5a68768161971d67;p=gitmo%2FClass-MOP.git Class-MOP - more stuff --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index d49e67d..8a5a214 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -103,7 +103,7 @@ which have been exported by other packages into this one. =item B -This creates the actual Class object given a C<$package_nam>, +This creates the actual Class object given a C<$package_name>, an array of C<@superclasses>, a hash of C<%methods> and a hash of C<%attributes>. This method is used by both C and C. @@ -191,12 +191,12 @@ HASH references, each one containing the following information; method name, the name of the class in which the method lives and a CODE reference for the actual method. -=item C +=item C This will traverse the inheritence hierarchy and locate all methods with a given C<$method_name>. Similar to C it returns a list of HASH references with the following information; -method name (which will always be the same as C<$method_name), the name of +method name (which will always be the same as C<$method_name>), the name of the class in which the method lives and a CODE reference for the actual method. =back