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

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


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

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

commit 99b78c18a25a23bf6979d63f936a73174b483778
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Mon Feb 17 16:01:36 2014 +0900

    Checking in changes prior to tagging of version 0.05.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 7bf46c6..a9c1375 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.05 2014-02-17T07:00:27Z
    +
    +    - requires WWW::Form::UrlEncoded >= 0.10  that does not use xs
    +
     0.04 2014-02-07T08:05:16Z
    
         - fix a documentation bug about Plack::Request::Upload
---
 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 7bf46c6..a9c1375 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.05 2014-02-17T07:00:27Z
+
+    - requires WWW::Form::UrlEncoded >= 0.10  that does not use xs
+
 0.04 2014-02-07T08:05:16Z
 
     - fix a documentation bug about Plack::Request::Upload
diff --git a/META.json b/META.json
index 7f7428e..81b8500 100644
--- a/META.json
+++ b/META.json
@@ -78,7 +78,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.04",
+   "version" : "0.05",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ]
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index deff67e..5beb501 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.04";
+our $VERSION = "0.05";
 
 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