From the author:

Fix a bug when the return values from the overridden sub were lost
during the first invocation.
This commit is contained in:
Mark Murray 2001-04-08 20:11:51 +00:00
parent e14f19f42a
commit eeb8ab80dc

View File

@ -102,6 +102,7 @@ sub override ($$) {
eval "*\$name = sub {
\\\$repsub2->(
\\\$real_addr, \\\@_) };";
\@r;
}, \@_)
};
EOF