From: Dave Rolsky Date: Tue, 16 Sep 2008 19:05:54 +0000 (+0000) Subject: This need to subclass Class::MOP::Method::Generated too X-Git-Tag: 0.58~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01164604618134f50f708c72e5536edf0dee9887;p=gitmo%2FMoose.git This need to subclass Class::MOP::Method::Generated too --- diff --git a/lib/Moose/Meta/Method/Delegation.pm b/lib/Moose/Meta/Method/Delegation.pm index e37a235..b76eecf 100644 --- a/lib/Moose/Meta/Method/Delegation.pm +++ b/lib/Moose/Meta/Method/Delegation.pm @@ -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 {