From: Dave Rolsky <autarch@urth.org>
Date: Tue, 25 Oct 2011 20:19:14 +0000 (-0500)
Subject: Small doc tweak - replace "there" with link to Class::Load.
X-Git-Tag: 2.0302~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=139cac7b74547f563cf904da517b7a725cba90d2;p=gitmo%2FMoose.git

Small doc tweak - replace "there" with link to Class::Load.
---

diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm
index c4a933e..ead8390 100644
--- a/lib/Class/MOP.pm
+++ b/lib/Class/MOP.pm
@@ -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