summaryrefslogtreecommitdiff
path: root/t/run/fresh_perl.t
diff options
context:
space:
mode:
authorTels <nospam-abuse@bloodgate.com>2002-01-18 23:07:14 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-19 03:00:26 +0000
commitc59238f29565149a5db7c2f7abc358a253a4303f (patch)
treebab8ddb3040854d69d3945df456a7e0eaf210473 /t/run/fresh_perl.t
parent199de01a14d955a594a64803f2f0cb5c757c2b43 (diff)
downloadperl-c59238f29565149a5db7c2f7abc358a253a4303f.tar.gz
Re: ext/Devel/DProf/DProf.t -- use exe_ext
Message-Id: <200201182106.XAA19133@taku.hut.fi> p4raw-id: //depot/perl@14340
Diffstat (limited to 't/run/fresh_perl.t')
-rw-r--r--t/run/fresh_perl.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t
index 73680ebc58..d59d0da7b8 100644
--- a/t/run/fresh_perl.t
+++ b/t/run/fresh_perl.t
@@ -22,12 +22,12 @@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
- require './test.pl';
+ require './test.pl'; # for which_perl() etc
}
use strict;
-my $Perl = which_perl;
+my $Perl = which_perl();
$|=1;