summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* app.psgi: add wrapper for bin/cgi-bin/app.psgiAlexander Sulfrian2014-12-061-0/+22
| | | | | | | We want a custom wrapper for $SIG{__DIE__} because the automatic wrapper from uwsgi does not handle the $^S case and some perl libs fails (f.e. Net::SSLeay). This is only a thin wrapper with the signal handler and some magic to fix FindBin for the original script.
* use system lib for Text::CVSAlexander Sulfrian2014-12-061-0/+1
| | | | | The bundled version of Text::CVS is incompatible with the Text::CVS::XS from debian wheezy, so we use the system version ot Text::CVS.
* CGI::Emulate::PSGI: fix uwsgi supportAlexander Sulfrian2014-12-051-1/+22
| | | | https://github.com/tokuhirom/p5-cgi-emulate-psgi/pull/3
* add default CGI::Emulate::PSGIAlexander Sulfrian2014-12-051-0/+173
|
* use system libs for JSON and YAMLAlexander Sulfrian2014-12-055-0/+5