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 | |
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.
-rw-r--r-- | cpanfile | 1 | ||||
-rw-r--r-- | cpanfile.snapshot | 28 |
2 files changed, 8 insertions, 21 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'; diff --git a/cpanfile.snapshot b/cpanfile.snapshot index 3e3dec251..5bc776606 100644 --- a/cpanfile.snapshot +++ b/cpanfile.snapshot @@ -3860,18 +3860,17 @@ DISTRIBUTIONS perl 5.006 strict 0 warnings 0 - Module-ScanDeps-1.10 - pathname: R/RS/RSCHUPP/Module-ScanDeps-1.10.tar.gz + Module-ScanDeps-1.24 + pathname: R/RS/RSCHUPP/Module-ScanDeps-1.24.tar.gz provides: - Module::ScanDeps 1.10 - Module::ScanDeps::Cache undef - Module::ScanDeps::DataFeed undef + Module::ScanDeps 1.24 requirements: - ExtUtils::MakeMaker 6.59 + ExtUtils::MakeMaker 0 File::Spec 0 File::Temp 0 - Module::Build::ModuleInfo 0 - Test::More 0 + Getopt::Long 0 + Module::Metadata 0 + Text::ParseWords 0 perl 5.008001 version 0 Moo-2.003001 @@ -4947,19 +4946,6 @@ DISTRIBUTIONS strict 0 vars 0 warnings 0 - Parse-CPAN-Meta-1.4405 - pathname: D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4405.tar.gz - provides: - Parse::CPAN::Meta 1.4405 - requirements: - CPAN::Meta::YAML 0.008 - Carp 0 - Exporter 0 - ExtUtils::MakeMaker 6.30 - File::Spec 0.80 - JSON::PP 2.27200 - Test::More 0.47 - strict 0 Parse-RecDescent-1.967015 pathname: J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz provides: |