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

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

commit 0367eff092c8474789a82f747b9740d6d9aea63b
Author: Masahiro Nagano <kazeb...@gmail.com>
Date:   Sun Nov 15 15:23:09 2015 +0900

    Checking in changes prior to tagging of version 0.13.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 13cf71e..b7160a9 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.13 2015-11-15T06:22:36Z
    +
    +    - create tempdir for store upload data
    +
     0.12 2014-02-24T14:05:33Z
    
         - use parse_urlencoded_arrayref. requires WWW::Form::UrlEncoded >= 0.17
---
 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 13cf71e..b7160a9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.13 2015-11-15T06:22:36Z
+
+    - create tempdir for store upload data
+
 0.12 2014-02-24T14:05:33Z
 
     - use parse_urlencoded_arrayref. requires WWW::Form::UrlEncoded >= 0.17
diff --git a/META.json b/META.json
index 81a5b23..f51d087 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser";
       }
    },
-   "version" : "0.12",
+   "version" : "0.13",
    "x_contributors" : [
       "moznion <mozn...@gmail.com>"
    ]
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 6d6dfcf..ff81544 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.12";
+our $VERSION = "0.13";
 
 our %LOADED;
 our @DEFAULT_PARSER = qw/

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