update shebang line
Nilson Santos Figueiredo JĂșnior [Tue, 28 Jul 2009 00:02:25 +0000 (00:02 +0000)]
t/ESITest/script/esitest_cgi.pl
t/ESITest/script/esitest_create.pl
t/ESITest/script/esitest_fastcgi.pl
t/ESITest/script/esitest_server.pl
t/ESITest/script/esitest_test.pl

index 3dfe327..6e83bb2 100644 (file)
@@ -1,4 +1,4 @@
-#!C:\Perl\bin\perl.exe -w
+#/usr/bin/perl -w
 
 BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' }
 
index b35f16b..c7b2b5a 100644 (file)
@@ -1,4 +1,4 @@
-#!C:\Perl\bin\perl.exe -w
+#/usr/bin/perl -w
 
 use strict;
 use warnings;
index 3d733b7..1eb6e0c 100644 (file)
@@ -1,4 +1,4 @@
-#!C:\Perl\bin\perl.exe -w
+#/usr/bin/perl -w
 
 BEGIN { $ENV{CATALYST_ENGINE} ||= 'FastCGI' }
 
index aa50702..2d2e518 100644 (file)
@@ -1,4 +1,4 @@
-#!C:\Perl\bin\perl.exe -w
+#/usr/bin/perl -w
 
 BEGIN { 
     $ENV{CATALYST_ENGINE} ||= 'HTTP';
index f920cf4..bcb2b51 100644 (file)
@@ -1,4 +1,4 @@
-#!C:\Perl\bin\perl.exe -w
+#/usr/bin/perl -w
 
 use strict;
 use warnings;