[libhttp-entity-parser-perl] 02/03: add suggests

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 ba3d7e74e6cc7d9066a69f3af3bd5388228f8258
Author: Masahiro Nagano <kazeburo at gmail.com>
Date:   Mon Feb 17 16:00:19 2014 +0900

    add suggests
---
 META.json | 3 +++
 cpanfile  | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/META.json b/META.json
index b118ca6..7f7428e 100644
--- a/META.json
+++ b/META.json
@@ -51,6 +51,9 @@
             "Stream::Buffered" : "0",
             "WWW::Form::UrlEncoded" : "0.10",
             "perl" : "5.008005"
+         },
+         "suggests" : {
+            "WWW::Form::UrlEncoded::XS" : "0.10"
          }
       },
       "test" : {
diff --git a/cpanfile b/cpanfile
index 9f8bfc1..d74ac6c 100644
--- a/cpanfile
+++ b/cpanfile
@@ -7,6 +7,8 @@ requires 'HTTP::MultiPartParser';
 requires 'File::Temp';
 requires 'WWW::Form::UrlEncoded', '0.10';
 
+suggests 'WWW::Form::UrlEncoded::XS', '0.10';
+
 on 'test' => sub {
     requires 'Test::More', '0.98';
     requires 'Hash::MultiValue';

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