handle scripts that override $SIG{__DIE__} and $SIG{__WARN__}
[catagits/Catalyst-Controller-WrapCGI.git] / lib / Catalyst / Controller / CGIBin.pm
2009-12-06 Rafael Kitover handle scripts that override $SIG{__DIE__} and $SIG...
2009-12-06 Rafael Kitover fix tests, redo (c) sections, saner is_perl_cgi, release
2009-12-04 Rafael Kitover allow MyApp->foo methods in CGIs, release
2009-06-30 Rafael Kitover fix AUTHOR pod sections, new release
2009-06-04 Rafael Kitover fix make test problem
2009-06-01 Rafael Kitover make CGIBin synopsis less confusing
2009-05-30 Rafael Kitover skip test that depends on unreleased runtime
2009-05-26 Rafael Kitover ->req->remote_user support, new release
2009-05-06 Rafael Kitover C::C::WrapCGI - pass captures in SCRIPT_NAME, new release
2009-05-05 Rafael Kitover C::C::WrapCGI - new release with fixed deps
2009-04-30 Rafael Kitover C::C::WrapCGI - remove CGI env vars by default
2009-04-29 Rafael Kitover WrapCGI - file uploads support
2009-04-27 Rafael Kitover WrapCGI - fix deps
2009-04-27 Rafael Kitover wrapcgi - new release
2009-04-27 Hans Dieter Pearcey make it clearer where the slashes are
2009-04-27 Rafael Kitover C::C::WrapCGI - PATH_INFO and configurable cgi_dir
2009-04-27 Rafael Kitover C::C::WrapCGI - add PATH_INFO support
2009-04-26 Rafael Kitover C::C::CGIBin - new release
2009-04-26 Rafael Kitover C::C::CGIBin - added test for __DATA__ (failing for...
2009-04-26 Hans Dieter Pearcey override exit() for Perl cgis in cgi-bin
2009-04-26 Hans Dieter Pearcey allow overriding of public cgi-bin paths
2009-04-24 Rafael Kitover C::C::CGIBin: add support for __DATA__ sections in...
2009-04-03 Rafael Kitover wrapcgi: releasing 0.0027 with kill_env from confound++
2009-01-09 Rafael Kitover C::C::CGIBin: add root/cgi-bin to $c->config->{static...
2008-11-19 Rafael Kitover WrapCGI: fix for 5.8
2008-07-18 Rafael Kitover C::C::CGIBin - fix bug in is_perl_cgi
2008-07-04 Rafael Kitover WrapCGI: portability fix for test shell script
2008-07-03 Rafael Kitover WrapCGI: implementing mst's suggestions
2008-07-02 Rafael Kitover Fix config parsing for WrapCGI
2008-07-01 Rafael Kitover Minor change
2008-07-01 Rafael Kitover Converted C::P::CGIBin to C::C::CGIBin, added regex...