summaryrefslogtreecommitdiff
path: root/t/comp
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/comp
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/comp')
-rwxr-xr-xt/comp/script.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/comp/script.t b/t/comp/script.t
index 2dbdaf2afc..6efffdf81a 100755
--- a/t/comp/script.t
+++ b/t/comp/script.t
@@ -3,10 +3,10 @@
BEGIN {
chdir 't';
@INC = '../lib';
- require './test.pl';
+ require './test.pl'; # for which_perl() etc
}
-my $Perl = which_perl;
+my $Perl = which_perl();
print "1..3\n";