We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
i used this script to install perlbrew latest for osx on older systems
curl -L http://xrl.us/installperlosx | bash
but lately it would no longer function
as the script would try to install perl-5.28.0 which is no longer "known"
`etching perl 5.28.0 as /Users/rich/perl5/perlbrew/dists/perl-5.28.0.tar.gz Download https://www.cpan.org/authors/id/X/XS/XSAWYERX/perl-5.28.0.tar.gz to /Users/rich/perl5/perlbrew/dists/perl-5.28.0.tar.gz ERROR: Failed to download https://www.cpan.org/authors/id/X/XS/XSAWYERX/perl-5.28.0.tar.gz ERROR: Failed to execute the command
curl --silent --location --fail -o /Users/rich/perl5/perlbrew/dists/perl-5.28.0.tar.gz https://www.cpan.org/authors/id/X/XS/XSAWYERX/perl-5.28.0.tar.gz
Reason:
15360
Setting Perl 5.28.0 to default
ERROR: The installation "perl-5.28.0" is unknown.`
The text was updated successfully, but these errors were encountered:
ranguard
No branches or pull requests
Hello,
i used this script to install perlbrew latest for osx on older systems
curl -L http://xrl.us/installperlosx | bash
but lately it would no longer function
as the script would try to install perl-5.28.0 which is no longer "known"
`etching perl 5.28.0 as /Users/rich/perl5/perlbrew/dists/perl-5.28.0.tar.gz
Download https://www.cpan.org/authors/id/X/XS/XSAWYERX/perl-5.28.0.tar.gz to /Users/rich/perl5/perlbrew/dists/perl-5.28.0.tar.gz
ERROR: Failed to download https://www.cpan.org/authors/id/X/XS/XSAWYERX/perl-5.28.0.tar.gz
ERROR: Failed to execute the command
Reason:
Setting Perl 5.28.0 to default
ERROR: The installation "perl-5.28.0" is unknown.`
The text was updated successfully, but these errors were encountered: