From: hakim Date: Fri, 29 May 2009 21:42:30 +0000 (+0100) Subject: Fix documentation to point to correct superclass X-Git-Tag: 0.80~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba4dfb8e43fa28dd237def8632b7db009c8e569f;p=gitmo%2FMoose.git Fix documentation to point to correct superclass --- diff --git a/lib/Moose/Meta/Method/Accessor.pm b/lib/Moose/Meta/Method/Accessor.pm index aa92e31..fd7efd9 100644 --- a/lib/Moose/Meta/Method/Accessor.pm +++ b/lib/Moose/Meta/Method/Accessor.pm @@ -291,12 +291,12 @@ Moose::Meta::Method::Accessor - A Moose Method metaclass for accessors =head1 DESCRIPTION -This class is a subclass of L that +This class is a subclass of L that provides additional Moose-specific functionality, all of which is private. To understand this class, you should read the the -L documentation. +L documentation. =head1 BUGS