move backend interface modules into PLP::Backend:: namespace
[perl/plp/.git] / plp.cgi
diff --git a/plp.cgi b/plp.cgi
index c4094d73f140302d4a261751e64850b97030dfc3..58cb1d07fbe98dce22a9ce6b3dfecc96484df730 100755 (executable)
--- a/plp.cgi
+++ b/plp.cgi
@@ -3,5 +3,5 @@
 # Executable to serve PLP scripts using CGI.
 # Not installed automatically, and only needed for CGI installations.
 
-use PLP::CGI;
+use PLP::Backend::CGI;