diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-31 10:03:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-31 10:03:54 +0000 |
commit | 64a24f1d9bf251cc57d363e7bf57d4218a5e2cb8 (patch) | |
tree | 45e8f5d058076acec7988af18d6d66738683fdb3 /cpanfile | |
parent | 8eadf44dd462fd3016f9b70b79bfeacd6147ef12 (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-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'; |