fix pod markup error
Karen Etheridge [Wed, 29 Sep 2010 00:03:42 +0000 (17:03 -0700)]
lib/Class/MOP/Method/Accessor.pm

index c89e355..7f64338 100644 (file)
@@ -223,7 +223,7 @@ Class::MOP::Method::Accessor - Method Meta Object for accessors
 
 =head1 DESCRIPTION
 
-This is a subclass of <Class::MOP::Method> which is used by
+This is a subclass of C<Class::MOP::Method> which is used by
 C<Class::MOP::Attribute> to generate accessor code. It handles
 generation of readers, writers, predicates and clearers. For each type
 of method, it can either create a subroutine reference, or actually