handle request automatically on PLP::CGI import
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 15 Mar 2008 00:52:51 +0000 (01:52 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 17 Mar 2008 19:52:26 +0000 (20:52 +0100)
commit7f913ac37060cadb76782acdc0a2df30484c40c2
treef30d9c9cb59a68bd25ddb56d351d7ec262b4a6bd
parent68a18bf55edfd520ec9853550b6d718bfb272788
handle request automatically on PLP::CGI import

As it's not used for much else, PLP::CGI can simply start running on
import. So like PLP::FastCGI, the executable only needs to C<use PLP::CGI>
(and C<require> for advanced usage).

No backwards compatibility issues, as the last release didn't have this
modularized (PLP wrapper works the same as before).
PLP/CGI.pm
plp.cgi