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

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


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

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

commit f96bab0ac2e379d5f0d3f1b42bdef292431de73e
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Wed Feb 19 15:29:19 2014 +0900

    Checking in changes prior to tagging of version 0.10.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index a9c1375..911eb17 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.10 2014-02-19T06:29:13Z
    +
    +    - requires WWW::Form::UrlEncoded >= 0.13 for backward compatibility
    +
     0.05 2014-02-17T07:00:27Z
    
         - requires WWW::Form::UrlEncoded >= 0.10  that does not use xs
---
 Changes                   | 4 ++++
 META.json                 | 2 +-
 lib/HTTP/Entity/Parser.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index a9c1375..911eb17 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.10 2014-02-19T06:29:13Z
+
+    - requires WWW::Form::UrlEncoded >= 0.13 for backward compatibility
+
 0.05 2014-02-17T07:00:27Z
 
     - requires WWW::Form::UrlEncoded >= 0.10  that does not use xs
diff --git a/META.json b/META.json
index 3c38ec5..9324ca3 100644
--- a/META.json
+++ b/META.json
@@ -78,7 +78,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.05",
+   "version" : "0.10",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ]
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 5beb501..1128366 100644
--- a/lib/HTTP/Entity/Parser.pm
+++ b/lib/HTTP/Entity/Parser.pm
@@ -7,7 +7,7 @@ use Stream::Buffered;
 use HTTP::Entity::Parser::OctetStream;
 use Module::Load;
 
-our $VERSION = "0.05";
+our $VERSION = "0.10";
 
 sub new {
     my $class = shift;

-- 
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