tokuhirom / Perl-Build

Other
79 stars 38 forks source link

Perl releases page is skipped when more than 3 days old #66

Closed Grinnz closed 6 years ago

Grinnz commented 6 years ago

When trying to install a Perl:

WARN: [perl_releases_page] This page is 3 or more days old. ignore

This caused issues when the fallback (search.cpan.org) mirror was not working. Is there any reason the Perl releases page should ever be considered out of date?

anttilinno commented 6 years ago

Hm, docker build fails with the same message.

Workaround for the moment: wget https://www.cpan.org/src/5.0/perl-5.26.2.tar.gz plenv install perl-5.26.2.tar.gz

djzort commented 6 years ago

repacking fixed this for me: author/fatpack.sh

skaji commented 6 years ago

Now current master (Perl-Build-1.20) uses MetaCPAN entirely.