X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/55b5d8b2c5b2d13e40ed37f37ef54f0e1f37af4b..9ec2f267283338120825c68facb174496a4819b9:/plp.cgi diff --git a/plp.cgi b/plp.cgi old mode 100644 new mode 100755 index aa3b32f..c4094d7 --- a/plp.cgi +++ b/plp.cgi @@ -1,9 +1,7 @@ -#!/usr/bin/perl +#!/usr/bin/env perl -# This script is not installed automatically, and is not needed for mod_perl -# installations. - -use PLP; -PLP::everything(); +# Executable to serve PLP scripts using CGI. +# Not installed automatically, and only needed for CGI installations. +use PLP::CGI;