On Sun, Jan 22, 2017 at 02:52:37PM -0700, Andrew Fresh wrote:
> CGI::Emulate::PSGI doesn't actually require the CGI module, not sure if
> it was included for convenience, but where I use it at work, I don't
> need the dependency.
It is mentioned in the documentation and tests use it.
I think you s
Minor update of CGI::Emulate::PSGI, one big change is not setting
the HTTP_PROXY header, that is https://httpoxy.org
https://metacpan.org/changes/distribution/CGI-Emulate-PSGI
Tests all pass, and rt doesn't fail its tests any more spectacularly.
CGI::Emulate::PSGI doesn't actually require the CG