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

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

commit 82b0fd633a8255fbf43405f6f11e6c5025358ffb
Author: Masahiro Nagano <kazeb...@gmail.com>
Date:   Tue Nov 17 10:31:04 2015 +0900

    Checking in changes prior to tagging of version 0.14.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index b7160a9..2519765 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.14 2015-11-17T01:29:43Z
    +
    +    - make buffer length configurable
    +
     0.13 2015-11-15T06:22:36Z
    
         - create tempdir for store upload 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 b7160a9..2519765 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.14 2015-11-17T01:29:43Z
+
+    - make buffer length configurable
+
 0.13 2015-11-15T06:22:36Z
 
     - create tempdir for store upload data
diff --git a/META.json b/META.json
index db5493a..1c21387 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser";
       }
    },
-   "version" : "0.13",
+   "version" : "0.14",
    "x_contributors" : [
       "moznion <mozn...@gmail.com>"
    ],
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index be049c5..a995ad2 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.13";
+our $VERSION = "0.14";
 
 our $READ_BUF_SIZE = 16384;
 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to