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

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


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

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

commit dad15668c2de332c69601b2dd9805d554f704962
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Mon Oct 3 13:36:20 2016 +0900

    Checking in changes prior to tagging of version 0.18.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 6c4df3d..9b2820c 100644
    --- a/Changes
    +++ b/Changes
    @@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
    
     {{$NEXT}}
    
    +0.18 2016-10-03T04:36:04Z
    +
    +   - Use a better tempdir, fix some documentation, and make json test more readable #4 (Thank you karenetheridge)
    +
     0.17 2015-11-19T03:38:19Z
    
        - requires WWW::Form::UrlEncoded 0.23
---
 Changes                   | 4 ++++
 META.json                 | 8 ++++----
 lib/HTTP/Entity/Parser.pm | 2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index 6c4df3d..9b2820c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension HTTP-Entity-Parser
 
 {{$NEXT}}
 
+0.18 2016-10-03T04:36:04Z
+
+   - Use a better tempdir, fix some documentation, and make json test more readable #4 (Thank you karenetheridge)
+
 0.17 2015-11-19T03:38:19Z
 
    - requires WWW::Form::UrlEncoded 0.23
diff --git a/META.json b/META.json
index 3dca1c9..e3c4da9 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Masahiro Nagano <kazeburo at gmail.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Minilla/v3.0.4, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Minilla/v3.0.4, CPAN::Meta::Converter version 2.150005",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : 2.0
+      "version" : "2"
    },
    "name" : "HTTP-Entity-Parser",
    "no_index" : {
@@ -77,10 +77,10 @@
          "web" : "https://github.com/kazeburo/HTTP-Entity-Parser"
       }
    },
-   "version" : "0.17",
+   "version" : "0.18",
    "x_contributors" : [
       "moznion <moznion at gmail.com>",
       "Karen Etheridge <ether at cpan.org>"
    ],
-   "x_serialization_backend" : "JSON::MaybeXS version 1.003007"
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff --git a/lib/HTTP/Entity/Parser.pm b/lib/HTTP/Entity/Parser.pm
index 34c7626..d343611 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.17";
+our $VERSION = "0.18";
 
 our $BUFFER_LENGTH = 65536;
 

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