summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-04 22:28:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-04 22:28:10 +0000
commitd2c6a9c992e9b88df38dd76d2e704ace83a46bdc (patch)
tree6b97426e1a63010df6424db1976ad0ed47db4059 /t/test.pl
parent6dc4e5ce3856b98c7d128e411610d5f3845c15f3 (diff)
downloadperl-d2c6a9c992e9b88df38dd76d2e704ace83a46bdc.tar.gz
I was fooled for a while, somebody else might be too.
p4raw-id: //depot/perl@15736
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test.pl b/t/test.pl
index debce6ed1a..877e5a6ab7 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -401,6 +401,7 @@ sub runperl {
return $result;
}
+*run_perl = \&runperl; # Nice alias.
sub DIE {
print STDERR "# @_\n";