aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-10-31 10:03:54 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-10-31 10:03:54 +0000
commit64a24f1d9bf251cc57d363e7bf57d4218a5e2cb8 (patch)
tree45e8f5d058076acec7988af18d6d66738683fdb3 /cpanfile
parent8eadf44dd462fd3016f9b70b79bfeacd6147ef12 (diff)
Update Module::ScanDeps dependency.
This should fix #1886, which was caused by the update of Module::Build as part of f97088d6 removing Module::Build::ModuleInfo which was still being required by Module::ScanDeps. This was passing on Travis because Module::ScanDeps was already installed.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index a587235fe..86250f87e 100644
--- a/cpanfile
+++ b/cpanfile
@@ -12,6 +12,7 @@ requires 'Guard', '1.023';
requires 'PadWalker', '2.2';
requires 'aliased', '0.34';
requires 'Net::SSLeay', '1.81';
+requires 'Module::ScanDeps', '1.24';
# Catalyst itself, and modules/plugins used
requires 'Catalyst', '5.80031';