diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-04 22:28:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-04 22:28:10 +0000 |
commit | d2c6a9c992e9b88df38dd76d2e704ace83a46bdc (patch) | |
tree | 6b97426e1a63010df6424db1976ad0ed47db4059 /t/test.pl | |
parent | 6dc4e5ce3856b98c7d128e411610d5f3845c15f3 (diff) | |
download | perl-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.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -401,6 +401,7 @@ sub runperl { return $result; } +*run_perl = \&runperl; # Nice alias. sub DIE { print STDERR "# @_\n"; |