X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/7f913ac37060cadb76782acdc0a2df30484c40c2..96959bff080392067524996e6edbf95445ba66da:/plp.cgi diff --git a/plp.cgi b/plp.cgi old mode 100644 new mode 100755 index 0b64457..58cb1d0 --- a/plp.cgi +++ b/plp.cgi @@ -1,7 +1,7 @@ -#!/usr/bin/perl +#!/usr/bin/env perl -# This script is not installed automatically, and is not needed for mod_perl -# installations. +# Executable to serve PLP scripts using CGI. +# Not installed automatically, and only needed for CGI installations. -use PLP::CGI; +use PLP::Backend::CGI;