Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make MetaCPAN::Client an explicit test dep.
This is used by OrePAN2. We want the latest version of MetaCPAN::Client
so that it doesn't try to connect to the v0 API when building the
darkpan.
  • Loading branch information
oalders committed Nov 10, 2017
1 parent 773d3fa commit 678f450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpanfile
Expand Up @@ -184,6 +184,7 @@ test_requires 'Config::General';
test_requires 'File::Copy';
test_requires 'HTTP::Cookies';
test_requires 'LWP::ConsoleLogger::Easy';
test_requires 'MetaCPAN::Client', '>=', '2.017000';
test_requires 'Plack::Test::Agent';
test_requires 'Test::Aggregate::Nested', '0.371';
test_requires 'Test::Code::TidyAll';
Expand Down

0 comments on commit 678f450

Please sign in to comment.