more multiple inheritance fiddling
Jesse Luehrs [Mon, 27 Sep 2010 20:54:40 +0000 (15:54 -0500)]
lib/Moose/Meta/Method/Meta.pm

index 94170fd..d4af4b8 100644 (file)
@@ -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__