Inherit from CMOP::Method::Inlined, not ::Generated
Dave Rolsky [Sun, 21 Jun 2009 15:40:12 +0000 (10:40 -0500)]
lib/Moose/Meta/Method/Destructor.pm

index 3d2580f..ae9a7e0 100644 (file)
@@ -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;