in reply to Re: Remove CGI.pm from Perl Core? (Plack / PSGI Stand-Alone)
in thread Remove CGI.pm from Perl Core?
% cat `perldoc -l Plack::Handler::CGI` app.cgi > app_bundled.cgi
Why not use fatpacker if you've got linux where fatpacker works ?
OTOH that won't work as Plack::Handler::CGI has pod in __END__ section, so app.cgi is in __END__ section, so there is no app
|
|---|