move backend interface modules into PLP::Backend:: namespace
[perl/plp/.git] / plp.cgi
1 #!/usr/bin/env perl
2
3 # Executable to serve PLP scripts using CGI.
4 # Not installed automatically, and only needed for CGI installations.
5
6 use PLP::Backend::CGI;
7