[carton] 194/472: Add devel dependencies

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:46 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 7cdf394c3000c1728072e31dc8579ec515ca39f6
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed May 29 18:09:46 2013 +0900

    Add devel dependencies
---
 .travis.yml | 4 ++++
 cpanfile    | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4ef71ea..bb7c58c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,9 @@ perl:
   - 5.14
   - 5.12
   - 5.10
+before_install:
+  - cpanm -nq App::mymeta_requires
+install:
+  - (mymeta-requires --develop | cpanm -nq) || cat ~/.cpanm/build.log
 script:
   - prove -lr xt
diff --git a/cpanfile b/cpanfile
index 4ef8365..4f290e9 100644
--- a/cpanfile
+++ b/cpanfile
@@ -22,3 +22,9 @@ requires 'CPAN::Meta::Requirements', 2.121;
 
 # bundle DarkPAN support
 requires 'IO::Compress::Gzip';
+
+on develop => sub {
+    requires 'Test::Requires';
+    requires 'Directory::Scratch';
+    requires 'Capture::Tiny';
+};

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