summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-02-26 13:33:21 -0800
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-02-26 13:33:21 -0800
commitdc41a51e50d497895304308bea0efa57236adf38 (patch)
tree5a30ad87517f025f7297bb4ec4df1fcd61c62926 /cpanfile
parent4e6b9c72f5bb1fa288f4509408a572693c13c524 (diff)
downloadcarton-dc41a51e50d497895304308bea0efa57236adf38.tar.gz
Checking in changes prior to tagging of version v0.9.10.v0.9.10
Changelog diff is: diff --git a/Changes b/Changes index 20dbea1..0d3eac0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for carton +v0.9.10 Tue Feb 26 13:32:34 PST 2013 + - Same as v0.9_9. Still considered pre-1.0! + v0.9_9 Wed Feb 6 11:02:46 PST 2013 - Fixed bundle command where it updated modules, not the versions specified in carton.lock. bundle now builds mirror files like install --deployment, and downloads tarballs for the
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index f7bfc99..cf24a88 100644
--- a/cpanfile
+++ b/cpanfile
@@ -12,7 +12,7 @@ requires 'Getopt::Long', 2.36;
requires 'Module::CPANfile', 0.9004;
# MYMETA support
-requires 'App::cpanminus', 1.5020;
+requires 'App::cpanminus', 1.6000;
requires 'ExtUtils::MakeMaker', 6.59;
requires 'Module::Build', 0.38;
requires 'CPAN::Meta', 2.120921;