Subject: | Fetching tarball ... failed |
On some of my smoker systems the test suite fails:
...
PERL_DL_NONLAZY=1 "/usr/perl5.28.0p/bin/perl5.28.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Fetching tarball http://search.cpan.org/CPAN/modules/by-authors/id/M/MS/MSCHILLI/Acme-Prereq-A-0.01.tar.gz failed at t/001Basic.t line 32.
# Looks like your test exited with 2 just after 1.
t/001Basic.t ..
Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed
...
Just a guess: search.cpan.org is nowadays a redirect to https://metacpan.org and thus requires LWP with https support. So maybe adding LWP::Protocol::https to the dependency list would fix the problem.