Constructor and Destructor inherit Class::MOP::Method::Generated
Yuval Kogman [Mon, 10 Dec 2007 12:47:57 +0000 (12:47 +0000)]
lib/Moose/Meta/Method/Constructor.pm
lib/Moose/Meta/Method/Destructor.pm

index 337051e..ae65438 100644 (file)
@@ -10,7 +10,8 @@ use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
 our $VERSION   = '0.03';
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Moose::Meta::Method';
+use base 'Moose::Meta::Method',
+         'Class::MOP::Method::Generated';
 
 sub new {
     my $class   = shift;
index df95187..9c2dde4 100644 (file)
@@ -10,7 +10,8 @@ use Scalar::Util 'blessed', 'weaken';
 our $VERSION   = '0.01';
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Moose::Meta::Method';
+use base 'Moose::Meta::Method',
+         'Class::MOP::Method::Generated';
 
 sub new {
     my $class   = shift;