summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-06 09:52:46 +0900
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2013-06-06 09:52:46 +0900
commitb658c1316ea1dfd16d342e35b88ab0a15190c276 (patch)
treec8d8783e5f2cf6fffd438f34f7c42f1ff29705f9 /cpanfile
parenta97c7f550e2da78810b84ed13922fed9898b9688 (diff)
downloadcarton-b658c1316ea1dfd16d342e35b88ab0a15190c276.tar.gz
Added a failing TODO test for downgrading with carton update, then collectin wrong install info
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index b8a7ac3..a131bb7 100644
--- a/cpanfile
+++ b/cpanfile
@@ -24,7 +24,7 @@ requires 'CPAN::Meta', 2.120921;
requires 'CPAN::Meta::Requirements', 2.121;
on develop => sub {
- requires 'Test::More', 0.88;
+ requires 'Test::More', 0.90;
requires 'Test::Requires';
requires 'Capture::Tiny';
requires 'File::pushd';