From: Nilson Santos Figueiredo JĂșnior Date: Tue, 28 Jul 2009 00:02:25 +0000 (+0000) Subject: update shebang line X-Git-Tag: 0.07_01~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3c8a4c37adf8d8aa7b9a7bc8a1dc1383133e972;p=catagits%2FCatalyst-View-Component-SubInclude.git update shebang line --- diff --git a/t/ESITest/script/esitest_cgi.pl b/t/ESITest/script/esitest_cgi.pl index 3dfe327..6e83bb2 100644 --- a/t/ESITest/script/esitest_cgi.pl +++ b/t/ESITest/script/esitest_cgi.pl @@ -1,4 +1,4 @@ -#!C:\Perl\bin\perl.exe -w +#/usr/bin/perl -w BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' } diff --git a/t/ESITest/script/esitest_create.pl b/t/ESITest/script/esitest_create.pl index b35f16b..c7b2b5a 100644 --- a/t/ESITest/script/esitest_create.pl +++ b/t/ESITest/script/esitest_create.pl @@ -1,4 +1,4 @@ -#!C:\Perl\bin\perl.exe -w +#/usr/bin/perl -w use strict; use warnings; diff --git a/t/ESITest/script/esitest_fastcgi.pl b/t/ESITest/script/esitest_fastcgi.pl index 3d733b7..1eb6e0c 100644 --- a/t/ESITest/script/esitest_fastcgi.pl +++ b/t/ESITest/script/esitest_fastcgi.pl @@ -1,4 +1,4 @@ -#!C:\Perl\bin\perl.exe -w +#/usr/bin/perl -w BEGIN { $ENV{CATALYST_ENGINE} ||= 'FastCGI' } diff --git a/t/ESITest/script/esitest_server.pl b/t/ESITest/script/esitest_server.pl index aa50702..2d2e518 100644 --- a/t/ESITest/script/esitest_server.pl +++ b/t/ESITest/script/esitest_server.pl @@ -1,4 +1,4 @@ -#!C:\Perl\bin\perl.exe -w +#/usr/bin/perl -w BEGIN { $ENV{CATALYST_ENGINE} ||= 'HTTP'; diff --git a/t/ESITest/script/esitest_test.pl b/t/ESITest/script/esitest_test.pl index f920cf4..bcb2b51 100644 --- a/t/ESITest/script/esitest_test.pl +++ b/t/ESITest/script/esitest_test.pl @@ -1,4 +1,4 @@ -#!C:\Perl\bin\perl.exe -w +#/usr/bin/perl -w use strict; use warnings;