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

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


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

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

commit f04849953e4d738923cfe5781f42ef3fa4674003
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Fri Feb 7 17:05:22 2014 +0900

    Checking in changes prior to tagging of version 0.04.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 02f230b..7bf46c6 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.04 2014-02-07T08:05:16Z
    +
    +    - fix a documentation bug about Plack::Request::Upload
    +
     0.03 2014-02-07T07:09:03Z
    
         - use WWW::Form::UrlEncoded for parsing POST data
---
 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 02f230b..7bf46c6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.04 2014-02-07T08:05:16Z
+
+    - fix a documentation bug about Plack::Request::Upload
+
 0.03 2014-02-07T07:09:03Z
 
     - use WWW::Form::UrlEncoded for parsing POST data
diff --git a/META.json b/META.json
index 61fa51e..725cd98 100644
--- a/META.json
+++ b/META.json
@@ -75,7 +75,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.03",
+   "version" : "0.04",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ]
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 898678b..deff67e 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.03";
+our $VERSION = "0.04";
 
 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