From: Jesse Luehrs Date: Fri, 8 May 2009 07:30:27 +0000 (-0500) Subject: fix the docs for load_class to match the implementation X-Git-Tag: 0.84~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=828de8f433e777e7b072ca5022132275ff6b86b3;p=gitmo%2FClass-MOP.git fix the docs for load_class to match the implementation --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index d03cb67..6ca3bbc 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -926,7 +926,8 @@ Note that these are all called as B. This will load the specified C<$class_name>, if it is not already loaded (as reported by C). This function can be used in place of tricks like C or using C -unconditionally. This will return the metaclass of C<$class_name>. +unconditionally. This will return the metaclass of C<$class_name> if +one exists, otherwise it will return C<$class_name>. =item B