From: Shawn M Moore Date: Sat, 28 Mar 2009 21:16:17 +0000 (-0400) Subject: Document that load_class returns the metaclass X-Git-Tag: 0.80~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01f3a0994e90a8ac714c620392e3a70b9e22b61f;p=gitmo%2FClass-MOP.git Document that load_class returns the metaclass --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 97e326c..e0cb97a 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -866,7 +866,7 @@ Note that these are all called as B. This will load the specified C<$class_name>. This function can be used in place of tricks like C or using C -unconditionally. +unconditionally. This will return the metaclass of C<$class_name>. =item B