[carton] 10/472: dependencies

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:26 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 59e10a364ea79786b9e48ae9a8eacdca00fc282a
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri Jun 24 13:43:53 2011 -0700

    dependencies
---
 Makefile.PL | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile.PL b/Makefile.PL
index 70d16a0..edf1a12 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,8 +3,13 @@ name 'carton';
 version_from 'lib/App/Carton.pm';
 all_from 'bin/carton';
 readme_from('bin/carton');
+
 requires 'version', 0.77;
 requires 'JSON';
+requires 'App::cpanminus', 1.5000;
+requires 'Term::ANSIColor';
+requires 'Module::Metadata', 1.000003;
+
 build_requires 'Test::More', 0.88;
 test_requires 'Test::Requires';
 auto_set_repository();

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