Prepare for new release v1.07
Marcus Ramberg [Sun, 24 Jan 2010 19:41:17 +0000 (19:41 +0000)]
Changes
lib/HTTP/Body.pm

diff --git a/Changes b/Changes
index 7dc992b..bbce579 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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)
index 65c2716..88be9b7 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = '1.06';
+our $VERSION = '1.07';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',