You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2017/06/13 19:39:45 UTC

svn commit: r1798632 - /vcl/trunk/managementnode/bin/install_perl_libs.pl

Author: arkurth
Date: Tue Jun 13 19:39:45 2017
New Revision: 1798632

URL: http://svn.apache.org/viewvc?rev=1798632&view=rev
Log:
VCL-1045
Uncommented CPAN urllist config option and updated URL to cpan-rsync.perl.org. I saw a case where the script failed without a URL configured.

Modified:
    vcl/trunk/managementnode/bin/install_perl_libs.pl

Modified: vcl/trunk/managementnode/bin/install_perl_libs.pl
URL: http://svn.apache.org/viewvc/vcl/trunk/managementnode/bin/install_perl_libs.pl?rev=1798632&r1=1798631&r2=1798632&view=diff
==============================================================================
--- vcl/trunk/managementnode/bin/install_perl_libs.pl (original)
+++ vcl/trunk/managementnode/bin/install_perl_libs.pl Tue Jun 13 19:39:45 2017
@@ -363,7 +363,7 @@ sub configure_cpan {
 		"term_ornaments" => "1",
 		"trust_test_report_history" => "1",
 		"unzip" => `echo -n \`which unzip\`` || "",
-		#"urllist" => [q[http://www.perl.com/CPAN/]],
+		"urllist" => [q[http://cpan-rsync.perl.org/]],
 		"use_sqlite" => "0",
 		"wget" => `echo -n \`which wget\`` || "",
 		"yaml_load_code" => "0",