projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
68567b1
)
more multiple inheritance fiddling
Jesse Luehrs [Mon, 27 Sep 2010 20:54:40 +0000 (15:54 -0500)]
lib/Moose/Meta/Method/Meta.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Method/Meta.pm
b/lib/Moose/Meta/Method/Meta.pm
index
94170fd
..
d4af4b8
100644
(file)
--- a/
lib/Moose/Meta/Method/Meta.pm
+++ b/
lib/Moose/Meta/Method/Meta.pm
@@
-24,6
+24,11
@@
sub wrap {
return $class->Class::MOP::Method::Meta::wrap(@_);
}
+sub _make_compatible_with {
+ my $self = shift;
+ return $self->Class::MOP::Method::Meta::_make_compatible_with(@_);
+}
+
1;
__END__