summaryrefslogtreecommitdiff
path: root/t/comp/script.t
diff options
context:
space:
mode:
Diffstat (limited to 't/comp/script.t')
-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";