move backend interface modules into PLP::Backend:: namespace
[perl/plp/.git] / plp.cgi
diff --git a/plp.cgi b/plp.cgi
old mode 100644 (file)
new mode 100755 (executable)
index aa3b32f..58cb1d0
--- 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::Backend::CGI;