From c59238f29565149a5db7c2f7abc358a253a4303f Mon Sep 17 00:00:00 2001 From: Tels Date: Fri, 18 Jan 2002 23:07:14 +0100 Subject: Re: ext/Devel/DProf/DProf.t -- use exe_ext Message-Id: <200201182106.XAA19133@taku.hut.fi> p4raw-id: //depot/perl@14340 --- t/comp/script.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/comp') 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"; -- cgit v1.2.1