summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-26 12:20:25 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-26 12:20:25 -0700
commitef570ccd1a17cdfe5fdf0e537af05c0a6cd4ee27 (patch)
treee0d61595586aa15719c5fe312318403ef1890a57 /cpanfile
parente5e95423bba0ffdd041620c97d771de39464ba97 (diff)
downloadcarton-ef570ccd1a17cdfe5fdf0e537af05c0a6cd4ee27.tar.gz
Bump Module::Build and MakeMaker to support test requires.
This makes sure all environments support build tools with test requires support, so that test requires in the dependency chain are going to be ignored. Reported by David Golden.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpanfile b/cpanfile
index a131bb7..779a9c4 100644
--- a/cpanfile
+++ b/cpanfile
@@ -18,8 +18,8 @@ requires 'Path::Tiny', 0.022;
# MYMETA support
requires 'App::cpanminus', 1.6915;
-requires 'ExtUtils::MakeMaker', 6.59;
-requires 'Module::Build', 0.38;
+requires 'ExtUtils::MakeMaker', 6.64;
+requires 'Module::Build', 0.4004;
requires 'CPAN::Meta', 2.120921;
requires 'CPAN::Meta::Requirements', 2.121;