typos
[catagits/HTTP-Request-AsCGI.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Request::AsCGI.
2
3 0.6 2009-04-29
4     - Fix long-standing 'enviroment' typo
5     - Switch to Dist::Zilla
6
7 0.5_03 2009-04-29
8     - RT#18075: Play more nicely with Perl 5.6's open(). (hdp)
9
10 0.5_02 2009-04-29
11     - Avoid mixing buffered and unbuffered IO and flush STDIN after writing
12       request content to it. (hdp)
13
14 0.5  2006-01-20
15     - Fixed bug where content was overridden on 500 responses.
16
17 0.4  2006-01-19
18     - Fixed #15999 return a 500 response when message is empty, reported by Chris Dolan <cdolan@cpan.org>
19     - Fixed Status header bug
20     - Bumped HTTP::Response requirement to 1.53 and drop our own message parsing.
21
22 0.3  2006-01-06
23     - Silence uninitialized warnings when restoring %ENV
24     - Fixed dup and restore of STDIN.
25
26 0.2  2005-10-31
27     - Added test for response.
28
29 0.1  2005-10-21
30     - First release.
31