diff options
author | Tels <nospam-abuse@bloodgate.com> | 2002-01-18 23:07:14 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-19 03:00:26 +0000 |
commit | c59238f29565149a5db7c2f7abc358a253a4303f (patch) | |
tree | bab8ddb3040854d69d3945df456a7e0eaf210473 /t/comp | |
parent | 199de01a14d955a594a64803f2f0cb5c757c2b43 (diff) | |
download | perl-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-x | t/comp/script.t | 4 |
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"; |