r51534 - in /branches/upstream/libhttp-body-perl/current: Changes META.yml Makefile.PL lib/HTTP/Body.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Mon Jan 25 14:46:21 UTC 2010


Author: bricas-guest
Date: Mon Jan 25 14:45:03 2010
New Revision: 51534

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51534
Log:
[svn-upgrade] Integrating new upstream version, libhttp-body-perl (1.07)

Modified:
    branches/upstream/libhttp-body-perl/current/Changes
    branches/upstream/libhttp-body-perl/current/META.yml
    branches/upstream/libhttp-body-perl/current/Makefile.PL
    branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm

Modified: branches/upstream/libhttp-body-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/Changes?rev=51534&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/Changes (original)
+++ branches/upstream/libhttp-body-perl/current/Changes Mon Jan 25 14:45:03 2010
@@ -1,4 +1,7 @@
 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

Modified: branches/upstream/libhttp-body-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/META.yml?rev=51534&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/META.yml (original)
+++ branches/upstream/libhttp-body-perl/current/META.yml Mon Jan 25 14:45:03 2010
@@ -23,7 +23,7 @@
   Carp: 0
   File::Temp: 0.14
   HTTP::Headers: 0
-  IO::File: 0
+  IO::File: 1.14
 resources:
   license: http://dev.perl.org/licenses/
-version: 1.06
+version: 1.07

Modified: branches/upstream/libhttp-body-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/Makefile.PL?rev=51534&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/Makefile.PL (original)
+++ branches/upstream/libhttp-body-perl/current/Makefile.PL Mon Jan 25 14:45:03 2010
@@ -8,7 +8,7 @@
 requires 'Carp';
 requires 'File::Temp' => '0.14';
 requires 'HTTP::Headers';
-requires 'IO::File';
+requires 'IO::File' => '1.14';
 
 test_requires 'Test::More' => '0.86';
 test_requires 'Test::Deep';

Modified: branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm?rev=51534&op=diff
==============================================================================
--- branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm (original)
+++ branches/upstream/libhttp-body-perl/current/lib/HTTP/Body.pm Mon Jan 25 14:45:03 2010
@@ -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 Pkg-perl-cvs-commits mailing list