Integrate perlio:
[p5sagit/p5-mst-13.2.git] / t / lib / texttabs.t
index 132625d..2856aff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/old/bin/perl5.004_01 -w
+#!./perl -w
 
 BEGIN {
     chdir 't' if -d 't';
@@ -91,9 +91,9 @@ DONE
 
 $| = 1;
 
-print "1..";
-print @tests/2;
-print "\n";
+my $testcount = "1..";
+$testcount .= @tests/2;
+print "$testcount\n";
 
 use Text::Tabs;