diff options
author | Jozef Kutej <jozef@kutej.net> | 2008-12-01 21:48:26 +0100 |
---|---|---|
committer | Jozef Kutej <jozef@kutej.net> | 2008-12-01 21:48:26 +0100 |
commit | 9918a2ab5192d0619b51b965946ce0e5ee112ea8 (patch) | |
tree | 795f645cfa1e62d26c83a60948ec64a5a1b40826 /script/pause_openid_cgi.pl | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-9918a2ab5192d0619b51b965946ce0e5ee112ea8.tar.gz Simple-OpenID-9918a2ab5192d0619b51b965946ce0e5ee112ea8.tar.bz2 Simple-OpenID-9918a2ab5192d0619b51b965946ce0e5ee112ea8.zip |
#!/usr/bin/perl
Diffstat (limited to 'script/pause_openid_cgi.pl')
-rwxr-xr-x | script/pause_openid_cgi.pl | 2 |
1 files changed, 1 insertions, 1 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' } |