move backend interface modules into PLP::Backend:: namespace
[perl/plp/.git] / plp.fcgi
index 372459ef56828bfc98cae85b35e793aec26bcba5..1eabbdb09cc5c146b42df4ae3aa57cb7961ad401 100755 (executable)
--- a/plp.fcgi
+++ b/plp.fcgi
@@ -3,5 +3,5 @@
 # This is a dispatch script for FastCGI installations.
 # It is not needed with normal CGI or mod_perl.
 
-use PLP::FastCGI;
+use PLP::Backend::FastCGI;