summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2011-07-01 13:45:14 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2011-07-01 13:45:14 -0700
commite646f7af55c3482f008a9fda4d3cb7e6ab6a3763 (patch)
tree9b241c4dc51647cbfbfba3a4883091872fe673c3 /Makefile.PL
parent9d34f6ae2ec7ecad287da7847832a4ae7104e615 (diff)
downloadcarton-e646f7af55c3482f008a9fda4d3cb7e6ab6a3763.tar.gz
Use Config::GitLike for config management
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b88e1d2..8875846 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,12 +7,13 @@ readme_from('lib/Carton.pod');
configure_requires 'version', 0.77;
-requires 'JSON';
+requires 'JSON', 2.53;
requires 'App::cpanminus', 1.4900;
requires 'Term::ANSIColor', 1.12;
requires 'Module::Metadata', 1.000003;
-requires 'Try::Tiny';
-requires 'parent';
+requires 'Try::Tiny', 0.09;
+requires 'parent', 0.223;
+requires 'Config::GitLike', 1.05;
install_script 'bin/carton';