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

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


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

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

commit 9178a807fbc6db7e40b71c4840eab7aa2879514c
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Thu Feb 20 00:38:58 2014 +0900

    Checking in changes prior to tagging of version 0.11.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 911eb17..a186335 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.11 2014-02-19T15:38:51Z
    +
    +    - cache loaded parser and tune a bit
    +
     0.10 2014-02-19T06:29:13Z
    
         - requires WWW::Form::UrlEncoded >= 0.13 for backward compatibility
---
 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 911eb17..a186335 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.11 2014-02-19T15:38:51Z
+
+    - cache loaded parser and tune a bit
+
 0.10 2014-02-19T06:29:13Z
 
     - requires WWW::Form::UrlEncoded >= 0.13 for backward compatibility
diff --git a/META.json b/META.json
index 9324ca3..907acda 100644
--- a/META.json
+++ b/META.json
@@ -78,7 +78,7 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.10",
+   "version" : "0.11",
    "x_contributors" : [
       "moznion <moznion at gmail.com>"
    ]
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index c8d3801..ea2f68b 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.10";
+our $VERSION = "0.11";
 
 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



More information about the Pkg-perl-cvs-commits mailing list