projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab25e38
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Method/Delegation.pm
b/lib/Moose/Meta/Method/Delegation.pm
index
e37a235
..
b76eecf
100644
(file)
--- 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 {