summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;