This need to subclass Class::MOP::Method::Generated too
Dave Rolsky [Tue, 16 Sep 2008 19:05:54 +0000 (19:05 +0000)]
lib/Moose/Meta/Method/Delegation.pm

index e37a235..b76eecf 100644 (file)
@@ -11,7 +11,8 @@ our $VERSION   = '0.57';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
-use base 'Moose::Meta::Method';
+use base 'Moose::Meta::Method',
+         'Class::MOP::Method::Generated';
 
 
 sub new {