Skip to content

Commit

Permalink
in .* dispatch, do not turn all method calls into calls on the type o…
Browse files Browse the repository at this point in the history
…bject
  • Loading branch information
moritz committed Sep 26, 2011
1 parent 1108715 commit 6551282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
Expand Up @@ -253,7 +253,7 @@ my class Mu {
$meth = ($obj.HOW.submethod_table($obj)){$name};
}
if $meth {
@results.push($meth($obj, |@pos, |%named));
@results.push($meth(self, |@pos, |%named));
}
$i++;
}
Expand Down

0 comments on commit 6551282

Please sign in to comment.