From: Dave Rolsky Date: Sat, 21 Mar 2009 15:11:53 +0000 (-0500) Subject: Make MM::Method::Constructor a subclass of CMOP::Method::Constructor. X-Git-Tag: 0.72_01~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc89e9b55aa8dd6ea9a704b73b73a4bb50ece55e;p=gitmo%2FMoose.git Make MM::Method::Constructor a subclass of CMOP::Method::Constructor. --- diff --git a/lib/Moose/Meta/Method/Constructor.pm b/lib/Moose/Meta/Method/Constructor.pm index 77bc32b..a487c4e 100644 --- a/lib/Moose/Meta/Method/Constructor.pm +++ b/lib/Moose/Meta/Method/Constructor.pm @@ -10,7 +10,7 @@ our $VERSION = '0.72'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method', - 'Class::MOP::Method::Generated'; + 'Class::MOP::Method::Constructor'; sub new { my $class = shift; @@ -431,6 +431,11 @@ provides additional Moose-specific functionality To understand this class, you should read the the L documentation as well. +=head1 INHERITANCE + +C is a subclass of +L I L. + =head1 METHODS =over 4