[libhttp-entity-parser-perl] 01/03: requires WWW::Form::UrlEncoded 0.10

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


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

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

commit a918f4ebdec08140b2ddb5897873016d98299b19
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Mon Feb 17 15:42:29 2014 +0900

    requires WWW::Form::UrlEncoded 0.10
---
 META.json | 2 +-
 cpanfile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/META.json b/META.json
index 725cd98..b118ca6 100644
--- a/META.json
+++ b/META.json
@@ -49,7 +49,7 @@
             "JSON" : "2",
             "Module::Load" : "0",
             "Stream::Buffered" : "0",
-            "WWW::Form::UrlEncoded" : "0",
+            "WWW::Form::UrlEncoded" : "0.10",
             "perl" : "5.008005"
          }
       },
diff --git a/cpanfile b/cpanfile
index f13ea18..9f8bfc1 100644
--- a/cpanfile
+++ b/cpanfile
@@ -5,7 +5,7 @@ requires 'JSON' => '2';
 requires 'Encode';
 requires 'HTTP::MultiPartParser';
 requires 'File::Temp';
-requires 'WWW::Form::UrlEncoded';
+requires 'WWW::Form::UrlEncoded', '0.10';
 
 on 'test' => sub {
     requires 'Test::More', '0.98';

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