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

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


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

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

commit 308d34c074571e3db36ad053aeb47c80e800e38f
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Fri Feb 7 16:09:09 2014 +0900

    Checking in changes prior to tagging of version 0.03.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index a618c72..02f230b 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.03 2014-02-07T07:09:03Z
    +
    +    - use WWW::Form::UrlEncoded for parsing POST data
    +    - update benchmark
    +
     0.02 2014-02-06T02:34:25Z
    
         - fix test on Windows #2 (Thank you chorny)
---
 Changes                   | 5 +++++
 META.json                 | 2 +-
 README.md                 | 5 ++++-
 lib/HTTP/Entity/Parser.pm | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index a618c72..02f230b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.03 2014-02-07T07:09:03Z
+
+    - use WWW::Form::UrlEncoded for parsing POST data
+    - update benchmark
+
 0.02 2014-02-06T02:34:25Z
 
     - fix test on Windows #2 (Thank you chorny)
diff --git a/META.json b/META.json
index ec0962b..61fa51e 100644
--- a/META.json
+++ b/META.json
@@ -75,7 +75,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.02",
+   "version" : "0.03",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ]
diff --git a/README.md b/README.md
index 2cf90c7..9eac824 100644
--- a/README.md
+++ b/README.md
@@ -110,8 +110,11 @@ HTTP::Entity::Parser is able to choose parsers by the instance, HTTP::Body requi
 # SEE ALSO
 
 - [HTTP::Body](http://search.cpan.org/perldoc?HTTP::Body)
-- [HTTP::MultiPartParser](http://search.cpan.org/perldoc?HTTP::MultiPartParser).
+- [HTTP::MultiPartParser](http://search.cpan.org/perldoc?HTTP::MultiPartParser)
 - [Plack::Request](http://search.cpan.org/perldoc?Plack::Request)
+- [WWW::Form::UrlEncoded](http://search.cpan.org/perldoc?WWW::Form::UrlEncoded)
+
+    HTTP::Entity::Parser uses this for parse application/x-www-form-urlencoded
 
 # LICENSE
 
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index dcbbac3..70d5dcd 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.02";
+our $VERSION = "0.03";
 
 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