summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJozef Kutej <jozef@kutej.net>2008-12-01 21:48:26 +0100
committerJozef Kutej <jozef@kutej.net>2008-12-01 21:48:26 +0100
commit9918a2ab5192d0619b51b965946ce0e5ee112ea8 (patch)
tree795f645cfa1e62d26c83a60948ec64a5a1b40826
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-9918a2ab5192d0619b51b965946ce0e5ee112ea8.tar.gz
Simple-OpenID-9918a2ab5192d0619b51b965946ce0e5ee112ea8.tar.bz2
Simple-OpenID-9918a2ab5192d0619b51b965946ce0e5ee112ea8.zip
#!/usr/bin/perl
-rwxr-xr-xscript/pause_openid_cgi.pl2
-rwxr-xr-xscript/pause_openid_create.pl2
-rwxr-xr-xscript/pause_openid_fastcgi.pl2
-rwxr-xr-xscript/pause_openid_server.pl2
-rwxr-xr-xscript/pause_openid_test.pl2
5 files changed, 5 insertions, 5 deletions
diff --git a/script/pause_openid_cgi.pl b/script/pause_openid_cgi.pl
index 58703a1..1bf1139 100755
--- a/script/pause_openid_cgi.pl
+++ b/script/pause_openid_cgi.pl
@@ -1,4 +1,4 @@
-#!/opt/perl5.10/bin/perl -w
+#!/usr/bin/perl
BEGIN { $ENV{CATALYST_ENGINE} ||= 'CGI' }
diff --git a/script/pause_openid_create.pl b/script/pause_openid_create.pl
index 52c2c4e..8303fcc 100755
--- a/script/pause_openid_create.pl
+++ b/script/pause_openid_create.pl
@@ -1,4 +1,4 @@
-#!/opt/perl5.10/bin/perl -w
+#!/usr/bin/perl
use strict;
use warnings;
diff --git a/script/pause_openid_fastcgi.pl b/script/pause_openid_fastcgi.pl
index 4b42006..fe8f093 100755
--- a/script/pause_openid_fastcgi.pl
+++ b/script/pause_openid_fastcgi.pl
@@ -1,4 +1,4 @@
-#!/opt/perl5.10/bin/perl -w
+#!/usr/bin/perl
BEGIN { $ENV{CATALYST_ENGINE} ||= 'FastCGI' }
diff --git a/script/pause_openid_server.pl b/script/pause_openid_server.pl
index 2e373c2..8eb3308 100755
--- a/script/pause_openid_server.pl
+++ b/script/pause_openid_server.pl
@@ -1,4 +1,4 @@
-#!/opt/perl5.10/bin/perl -w
+#!/usr/bin/perl
BEGIN {
$ENV{CATALYST_ENGINE} ||= 'HTTP';
diff --git a/script/pause_openid_test.pl b/script/pause_openid_test.pl
index 36aa777..627c2f6 100755
--- a/script/pause_openid_test.pl
+++ b/script/pause_openid_test.pl
@@ -1,4 +1,4 @@
-#!/opt/perl5.10/bin/perl -w
+#!/usr/bin/perl
use strict;
use warnings;