From: Dave Rolsky Date: Sun, 21 Jun 2009 15:40:12 +0000 (-0500) Subject: Inherit from CMOP::Method::Inlined, not ::Generated X-Git-Tag: 0.82~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f4aef44714ec0aaeb7059744ce98d10b54a5741c;p=gitmo%2FMoose.git Inherit from CMOP::Method::Inlined, not ::Generated --- diff --git a/lib/Moose/Meta/Method/Destructor.pm b/lib/Moose/Meta/Method/Destructor.pm index 3d2580f..ae9a7e0 100644 --- a/lib/Moose/Meta/Method/Destructor.pm +++ b/lib/Moose/Meta/Method/Destructor.pm @@ -11,7 +11,7 @@ $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use base 'Moose::Meta::Method', - 'Class::MOP::Method::Generated'; + 'Class::MOP::Method::Inlined'; sub new { my $class = shift;