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)
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).


No differences found