Re: encoding neutral unpack
[p5sagit/p5-mst-13.2.git] / t / comp / script.t
index 2dbdaf2..6efffdf 100755 (executable)
@@ -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";