X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FMethod%2FInlined.pm;h=d789074e265b64ffa9b0bb499a9edc3ba2a136f5;hb=refs%2Fheads%2Fabandoned%2Fxs-attr-template;hp=1e550efc99cb49f969a8d479ea29b93a8e283e44;hpb=5eddddd664f6ff31e984aa6247ddd4b3b5227edc;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Method/Inlined.pm b/lib/Class/MOP/Method/Inlined.pm index 1e550ef..d789074 100644 --- a/lib/Class/MOP/Method/Inlined.pm +++ b/lib/Class/MOP/Method/Inlined.pm @@ -12,7 +12,7 @@ our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Method::Generated'; -sub _expected_method_class { $_[0]{_expected_method_class} } +#sub _expected_method_class { $_[0]{_expected_method_class} } sub _uninlined_body { my $self = shift;