diff options
Diffstat (limited to 't/comp/script.t')
-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"; |