-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perlbrew install
searches for .bz2 tarballs no longer on CPAN
#793
Comments
I got around it by manually downloading the Nonetheless, |
perlbrew gets its list of available perls from metacpan at https://fastapi.metacpan.org/v1/release/versions/perl which has links from cpan.metacpan.org which still has the .bz2 files, while perlbrew tries to download from www.cpan.org which doesn't. To fix this, perlbrew should be downloading from https://cpan.metacpan.org/authors/id/S/SH/SHAY/ not https://www.cpan.org/authors/id/S/SH/SHAY/ edited to update: I just installed 5.34.3 and it downloaded it from http://www.cpan.org/src/5.0/perl-5.34.3.tar.gz which is not what the link on the fastapi page says, so clearly I have not looked into this enough to comment on what the bug really is. |
Thanks for that information. I wonder if this is something that can be addressed at the upcoming Perl QA summit? |
perlbrew available
tells me that I should be able to install 5.20.3 and 5.22.4 with this application:However, when I call
perlbrew install
for each version, the command is searching for a tarball in.bz2
format which is no longer found in the relevant releasor's directory on CPAN.Going to Steve Hay's directory on CPAN, I observe that he no longer keeps
.bz2
tarballs in stock -- only.tar.gz
and.tar.xz
.I know that on an older laptop I was able to use perlbrew to install many perl versions from this timespan. I have not yet investigated which other versions might no longer be findable via
perlbrew install
.Is there anyway I (an enduser of perlbrew) can get around this?
The text was updated successfully, but these errors were encountered: