Andy Kurth created VCL-1037:
-------------------------------
Summary: install_perl_libs.pl fails due to invalid mirror URL
Key: VCL-1037
URL: https://issues.apache.org/jira/browse/VCL-1037
Project: VCL
Issue Type: Bug
Components: vcld (backend)
Reporter: Andy Kurth
Assignee: Andy Kurth
Fix For: 2.4.2
The *install_perl_libs.pl* script is failing because http://www.perl.com/CPAN/
is no longer available. The script has this URL hard-coded:
{noformat}"urllist" => [q[http://www.perl.com/CPAN/]],{noformat}
The following appears when attempting to execute the script:
{noformat}
Fetching with LWP:
http://www.perl.com/CPAN/authors/01mailrc.txt.gz
LWP failed with code[404] message[Not Found]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)