This is an automated email from the ASF dual-hosted git repository.
gmjennin pushed a commit to branch VCL-1121_install_perl_libs_cleanup
in repository https://gitbox.apache.org/repos/asf/vcl.git
The following commit(s) were added to
refs/heads/VCL-1121_install_perl_libs_cleanup by this push:
new 6a1d271 VCL-1121 Added in https urllist cpan mirrors
6a1d271 is described below
commit 6a1d2718509b4cce3644319ee9df19660189d39c
Author: Mike Jennings <[email protected]>
AuthorDate: Fri May 31 13:24:33 2019 -0400
VCL-1121 Added in https urllist cpan mirrors
---
managementnode/bin/install_perl_libs.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/managementnode/bin/install_perl_libs.pl
b/managementnode/bin/install_perl_libs.pl
index a61042d..d6b1947 100755
--- a/managementnode/bin/install_perl_libs.pl
+++ b/managementnode/bin/install_perl_libs.pl
@@ -364,7 +364,7 @@ sub configure_cpan {
"term_ornaments" => "1",
"trust_test_report_history" => "1",
"unzip" => `echo -n \`which unzip\`` || "",
- "urllist" => [q[http://cpan-rsync.perl.org/]],
+ "urllist" => [q[https://cpan.metacpan.org/],
q[https://mirrors.namecheap.com/CPAN/],
q[https://mirrors.syringanetworks.net/CPAN/], q[https://ftp.wayne.edu/CPAN/]],
"use_sqlite" => "0",
"wget" => `echo -n \`which wget\`` || "",
"yaml_load_code" => "0",