[libhttp-entity-parser-perl] 04/04: Checking in changes prior to tagging of version 0.17.

gregor herrmann gregoa at debian.org
Sun Oct 23 00:23:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to tag 0.17
in repository libhttp-entity-parser-perl.

commit 44c70efb4961adc4f3b8cd6a9dee7449460a4adb
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Thu Nov 19 12:40:07 2015 +0900

    Checking in changes prior to tagging of version 0.17.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 14b0c70..6c4df3d 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.17 2015-11-19T03:38:19Z
    +
    +   - requires WWW::Form::UrlEncoded 0.23
    +
     0.16 2015-11-18T05:20:09Z
    
        - add chansen's Content-Disposition header parser and test
---
 Changes                   | 4 ++++
 META.json                 | 6 +++---
 lib/HTTP/Entity/Parser.pm | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 14b0c70..6c4df3d 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.17 2015-11-19T03:38:19Z
+
+   - requires WWW::Form::UrlEncoded 0.23
+
 0.16 2015-11-18T05:20:09Z
 
    - add chansen's Content-Disposition header parser and test
diff --git a/META.json b/META.json
index d6c96c7..2a2bbee 100644
--- a/META.json
+++ b/META.json
@@ -48,11 +48,11 @@
             "JSON" : "2",
             "Module::Load" : "0",
             "Stream::Buffered" : "0",
-            "WWW::Form::UrlEncoded" : "0.17",
+            "WWW::Form::UrlEncoded" : "0.23",
             "perl" : "5.008005"
          },
          "suggests" : {
-            "WWW::Form::UrlEncoded::XS" : "0.17"
+            "WWW::Form::UrlEncoded::XS" : "0.23"
          }
       },
       "test" : {
@@ -77,7 +77,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.16",
+   "version" : "0.17",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ],
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 5ac9e67..c99c149 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -6,7 +6,7 @@ use warnings;
 use Stream::Buffered;
 use Module::Load;
 
-our $VERSION = "0.16";
+our $VERSION = "0.17";
 
 our $BUFFER_LENGTH = 65536;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-entity-parser-perl.git



More information about the Pkg-perl-cvs-commits mailing list