Correct example link and FCGI script.
Dan Brook [Sun, 2 May 2010 18:55:09 +0000 (19:55 +0100)]
As we've got local::lib baked in now the setting of PERL5LIB is no
longer necessary for the FCGI script.

README
lib/Gitalist.pm

diff --git a/README b/README
index 2de1bfa..4564aaa 100644 (file)
--- a/README
+++ b/README
@@ -108,12 +108,11 @@ RUNNING
     ".gitignore" so you can have your own copy):
 
         #!/bin/sh
-        export PERL5LIB=/home/t0m/public_html/Gitalist/lib:/home/t0m/perl5/lib/perl5:$PERL5LIB
         exec /home/t0m/public_html/Gitalist/script/gitalist_fastcgi.pl
 
     This example can be seen live here:
 
-        http://goatse.co.uk/~bobtfish/Gitalist/script/gitalist.fcgi/
+        http://example.gitalist.com
 
 CONTRIBUTING
     Patches are welcome, please feel free to fork on github and send pull
index 6145f06..13a50ae 100644 (file)
@@ -171,12 +171,11 @@ are running from a git checkout, adding a trivial FCGI script as C<script/gitali
 (this file is specifically in C<.gitignore> so you can have your own copy):
 
     #!/bin/sh
-    export PERL5LIB=/home/t0m/public_html/Gitalist/lib:/home/t0m/perl5/lib/perl5:$PERL5LIB
     exec /home/t0m/public_html/Gitalist/script/gitalist_fastcgi.pl
 
 This example can be seen live here:
 
-    http://goatse.co.uk/~bobtfish/Gitalist/script/gitalist.fcgi/
+    http://example.gitalist.com
 
 =head1 CONTRIBUTING