X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/1dd113c913fed66850297163930ce0b6e6915dc2:/PLP/CGI.pm..96959bff080392067524996e6edbf954:/PLP/Backend/CGI.pm diff --git a/PLP/CGI.pm b/PLP/Backend/CGI.pm similarity index 91% rename from PLP/CGI.pm rename to PLP/Backend/CGI.pm index 698c34b..3b4c400 100644 --- a/PLP/CGI.pm +++ b/PLP/Backend/CGI.pm @@ -1,4 +1,4 @@ -package PLP::CGI; +package PLP::Backend::CGI; use strict; @@ -70,7 +70,7 @@ sub everything { $_[0]->init() and PLP::start(); } -# This is run by the CGI script. (#!perl \n use PLP::CGI;) +# This is run by the CGI script. (#!perl \n use PLP::Backend::CGI;) sub import { $_[0]->everything(); } @@ -79,7 +79,7 @@ sub import { =head1 NAME -PLP::CGI - CGI interface for PLP +PLP::Backend::CGI - CGI interface for PLP =head1 SYNOPSIS @@ -87,7 +87,7 @@ For most servers you'll need a script executable. Example F: #!/usr/bin/perl - use PLP::CGI; + use PLP::Backend::CGI; Or install the C included with PLP. @@ -122,5 +122,5 @@ Mischa POSLAWSKY =head1 SEE ALSO -L, L +L, L