[Catalyst-commits] r12725 - in trunk/HTTP-Body: . lib/HTTP
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Sun Jan 24 19:41:17 GMT 2010
Author: marcus
Date: 2010-01-24 19:41:17 +0000 (Sun, 24 Jan 2010)
New Revision: 12725
Modified:
trunk/HTTP-Body/Changes
trunk/HTTP-Body/lib/HTTP/Body.pm
Log:
Prepare for new release
Modified: trunk/HTTP-Body/Changes
===================================================================
--- trunk/HTTP-Body/Changes 2010-01-24 19:40:26 UTC (rev 12724)
+++ trunk/HTTP-Body/Changes 2010-01-24 19:41:17 UTC (rev 12725)
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension HTTP::Body.
+1.07 2010-01-24 20:40:00
+ - Up IO::File dependency.
+
1.06 2010-01-09 19:21:00
- Added $body->cleanup(1) flag to enable auto-deletion of temporary files
during DESTROY. (Vany Serezhkin)
Modified: trunk/HTTP-Body/lib/HTTP/Body.pm
===================================================================
--- trunk/HTTP-Body/lib/HTTP/Body.pm 2010-01-24 19:40:26 UTC (rev 12724)
+++ trunk/HTTP-Body/lib/HTTP/Body.pm 2010-01-24 19:41:17 UTC (rev 12725)
@@ -4,7 +4,7 @@
use Carp qw[ ];
-our $VERSION = '1.06';
+our $VERSION = '1.07';
our $TYPES = {
'application/octet-stream' => 'HTTP::Body::OctetStream',
More information about the Catalyst-commits
mailing list