From: Jarkko Hietaniemi Date: Thu, 4 Apr 2002 22:28:10 +0000 (+0000) Subject: I was fooled for a while, somebody else might be too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d2c6a9c992e9b88df38dd76d2e704ace83a46bdc;p=p5sagit%2Fp5-mst-13.2.git I was fooled for a while, somebody else might be too. p4raw-id: //depot/perl@15736 --- diff --git a/t/test.pl b/t/test.pl index debce6e..877e5a6 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";