Doh, fix typo in docs
Dave Rolsky [Sun, 25 Jul 2010 19:30:50 +0000 (14:30 -0500)]
lib/Moose/Deprecated.pm

index 04213c5..1993681 100644 (file)
@@ -46,7 +46,7 @@ deprecated in Moose.
 
 If you specify C<< -api_version => $version >>, you can use deprecated features
 without warnings. Note that this special treatment is limited to the package
-that loads C<Class::MOP::Deprecated>.
+that loads C<Moose::Deprecated>.
 
 =head1 AUTHORS