Minimal pod, and removed req on YAML - tests will skip all if not found
[catagits/HTTP-Body.git] / Changes
1 This file documents the revision history for Perl extension HTTP::Body.
2
3         - 0 length files dont silent disapear, Ash Berlin http://rt.cpan.org/NoAuth/Bug.html?id=25392
4         - YAML is no longer a prereq, tests just wont do anything without it or YAML::Syck
5
6 0.6   2006-01-06 00:00:00
7         - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
8         - Fixed YAML prereq, reported by Jess Robinson
9         - Added tests, Ben Trott <ben@sixapart.com>.
10
11 0.5   2005-11-17 00:00:00
12         - Updated for PAR compatibility
13
14 0.4   2005-11-09 01:00:00
15         - Version bump to 0.4 so CPAN.pm installs the right version.
16
17 0.3  2005-10-27 20:00:00
18         - removed use of List::Util first due to memory leakage.
19           http://rt.cpan.org/NoAuth/Bug.html?id=13891
20
21 0.2   2005-10-07
22         - fixed POD
23
24 0.1  2005-09-07
25         - first release