Document that load_class returns the metaclass
Shawn M Moore [Sat, 28 Mar 2009 21:16:17 +0000 (17:16 -0400)]
lib/Class/MOP.pm

index 97e326c..e0cb97a 100644 (file)
@@ -866,7 +866,7 @@ Note that these are all called as B<functions, not methods>.
 
 This will load the specified C<$class_name>. This function can be used
 in place of tricks like C<eval "use $module"> or using C<require>
-unconditionally.
+unconditionally. This will return the metaclass of C<$class_name>.
 
 =item B<Class::MOP::is_class_loaded($class_name)>