handle request automatically on PLP::CGI import
[perl/plp/.git] / plp.cgi
diff --git a/plp.cgi b/plp.cgi
index aa3b32f904ddb27e1fb424c880bc0b7e77d9bcee..0b644579c6f468bd3a41dc929937184761d14b33 100644 (file)
--- a/plp.cgi
+++ b/plp.cgi
@@ -3,7 +3,5 @@
 # This script is not installed automatically, and is not needed for mod_perl
 # installations.
 
-use PLP;
-PLP::everything();
-
+use PLP::CGI;