[Catalyst-commits] r6188 - in trunk/HTTP-Body: . lib/HTTP

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Mar 23 17:41:48 GMT 2007


Author: andyg
Date: 2007-03-23 17:41:47 +0000 (Fri, 23 Mar 2007)
New Revision: 6188

Modified:
   trunk/HTTP-Body/Changes
   trunk/HTTP-Body/lib/HTTP/Body.pm
Log:
Bump trunk version of HTTP::Body to 0.8

Modified: trunk/HTTP-Body/Changes
===================================================================
--- trunk/HTTP-Body/Changes	2007-03-23 17:39:37 UTC (rev 6187)
+++ trunk/HTTP-Body/Changes	2007-03-23 17:41:47 UTC (rev 6188)
@@ -1,8 +1,12 @@
 This file documents the revision history for Perl extension HTTP::Body.
 
-        - 0 length files dont silent disapear, Ash Berlin http://rt.cpan.org/NoAuth/Bug.html?id=25392
-        - YAML is no longer a prereq, tests just wont do anything without it or YAML::Syck
+0.8
+        - Major refactor...
 
+0.7   2007-03-23 10:00:00
+        - Fixed parsing an empty (zero-length) file using multipart.
+          http://rt.cpan.org/NoAuth/Bug.html?id=25392
+
 0.6   2006-01-06 00:00:00
         - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester at cpan.org>.
         - Fixed YAML prereq, reported by Jess Robinson
@@ -14,12 +18,12 @@
 0.4   2005-11-09 01:00:00
         - Version bump to 0.4 so CPAN.pm installs the right version.
 
-0.3  2005-10-27 20:00:00
+0.03  2005-10-27 20:00:00
         - removed use of List::Util first due to memory leakage.
           http://rt.cpan.org/NoAuth/Bug.html?id=13891
 
 0.2   2005-10-07
         - fixed POD
 
-0.1  2005-09-07
+0.01  2005-09-07
         - first release

Modified: trunk/HTTP-Body/lib/HTTP/Body.pm
===================================================================
--- trunk/HTTP-Body/lib/HTTP/Body.pm	2007-03-23 17:39:37 UTC (rev 6187)
+++ trunk/HTTP-Body/lib/HTTP/Body.pm	2007-03-23 17:41:47 UTC (rev 6188)
@@ -10,7 +10,7 @@
 
 __PACKAGE__->mk_accessors( qw[ context parser ] );
 
-our $VERSION = 0.7;
+our $VERSION = 0.8;
 
 =head1 NAME
 




More information about the Catalyst-commits mailing list