[carton] 445/472: demote fatpack related tools to recommends

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:35 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 1a863b37343f8713cf759783737cce3653069161
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Apr 20 10:58:43 2015 +0200

    demote fatpack related tools to recommends
---
 cpanfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/cpanfile b/cpanfile
index f6dcd3e..6863f64 100644
--- a/cpanfile
+++ b/cpanfile
@@ -23,9 +23,10 @@ requires 'CPAN::Meta', 2.120921;
 requires 'CPAN::Meta::Requirements', 2.121;
 requires 'Module::CoreList';
 
-requires 'App::FatPacker', 0.009018;
-requires 'File::pushd';
-requires 'Module::Reader', 0.002;
+# for fatpack
+recommends 'Module::Reader', 0.002;
+recommends 'File::pushd';
+recommends 'App::FatPacker', 0.009018;
 
 on develop => sub {
     requires 'Test::More', 0.90;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



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