Small doc tweak - replace "there" with link to Class::Load.
Dave Rolsky [Tue, 25 Oct 2011 20:19:14 +0000 (15:19 -0500)]
lib/Class/MOP.pm

index c4a933e..ead8390 100644 (file)
@@ -990,7 +990,7 @@ This will remove the metaclass stored in the C<$name> key.
 
 Some utility functions (such as C<Class::MOP::load_class>) that were
 previously defined in C<Class::MOP> regarding loading of classes have been
-extracted to L<Class::Load>. Please see there for documentation.
+extracted to L<Class::Load>. Please see L<Class::Load> for documentation.
 
 =head1 SEE ALSO