move backend interface modules into PLP::Backend:: namespace
[perl/plp/.git] / plp.fcgi
1 #!/usr/bin/env perl
2
3 # This is a dispatch script for FastCGI installations.
4 # It is not needed with normal CGI or mod_perl.
5
6 use PLP::Backend::FastCGI;
7