Revision history for Perl extension CGI::PSGI
0.10 Wed Mar 31 01:14:43 PDT 2010
- Upped CGI.pm dependency to 3.15, released in 2005 and is core in perl 5.8.8
0.09 Thu Feb 11 14:47:26 PST 2010
- Added ->psgi_redirect to make migration from CGI.pm even easier (markstos)
- POD overhaul and improvements (markstos)
0.07 Tue Jan 12 10:21:19 PST 2010
- Unset $CGI::MOD_PERL in case CGI.pm is preloaded by other non-PSGI apps running on Apache
(confound, sukria)
0.06 Wed Jan 6 18:12:45 PST 2010
- Added ->env method to access PSGI env from the object.
0.05 Wed Jan 6 00:37:23 PST 2010
- Fixed a bug where uploaded files are not saved in temp files (fujiwara)
0.04 Wed Dec 9 16:37:47 PST 2009
- Added virtual_host to the list because bad CGI.pm uses host() as a function not a method (kazuho)
0.03 Fri Nov 27 17:32:50 JST 2009
- Speicify CGI.pm dependency since older one has different read_from_client params
0.02 Mon Oct 19 20:16:25 PDT 2009
- Fix the test to skip if <= 3.45 not < 3.45
0.01 Fri Sep 25 11:24:24 2009
- original version