Revision history for Mojolicious-Plugin-CGI
0.10 Thu Oct 2 21:31:18 2014
* Fix Can't use string ("") as a HASH ref while "strict refs" in use
at Mojolicious::Routes::Pattern line 63.
0.09 Fri Jun 13 11:56:31 2014
* Add README.pod to MANIFEST.SKIP
https://github.com/jhthorsen/mojolicious-plugin-cgi/issues/9
0.08 Wed May 14 10:29:24 2014
* Flushing STDERR as well
* Fix REMOTE_HOST test on windows
http://www.cpantesters.org/cpan/report/99cac79a-725d-1014-82ca-1dcb5cf4dae8
REMOTE_HOST=599DSOLIMANO01.cowen.corp != localhost
0.07 Sun Nov 17 14:11:59 2013
* Reads userinfo from request path
* Add support for errlog
* Fix PATH_INFO and SCRIPT_NAME
0.0601 Tue Oct 1 12:36:25 2013
* Add repository to Makefile.PL
0.06 Tue Sep 24 09:43:37 2013
* Add support multipart requests
lee@givengain.ch
0.0501 Mon Aug 26 18:35:24 2013
* Fix waitpid before kill, because of defunc children
0.05 Fri Aug 23 16:31:13 2013
* Fix pipe leak
* Support 302 redirects
* Add better error handling
* Will check if child is running
0.0401 Fri Aug 16 23:24:58 2013
* Fix NAME in Makefile.PL
0.04 Fri Aug 16 09:15:16 2013
* Add before hook which can modify query string
0.0301 Thu Aug 8 12:31:28 2013
* Need to waitpid to avoid defunct processes
0.03 Thu Aug 8 12:23:36 2013
* CGI script is now non-blocking
0.02 Mon Aug 5 12:45:43 2013
* Fix compat with older perls.
0.01 Thu Jul 11 11:40:26 2013
* Add basic support for calling CGI scripts