common/environment/setup/misc.sh: set CPAN_SITE to www.cpan.org.
cpan.perl.org is currently broken.
This commit is contained in:
parent
f63db96c37
commit
83909fc6b9
|
@ -11,7 +11,7 @@ XORG_SITE="https://www.x.org/releases/individual"
|
|||
DEBIAN_SITE="http://ftp.debian.org/debian/pool"
|
||||
GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources"
|
||||
KERNEL_SITE="https://www.kernel.org/pub/linux"
|
||||
CPAN_SITE="http://cpan.perl.org/modules/by-module"
|
||||
CPAN_SITE="https://www.cpan.org/modules/by-module"
|
||||
PYPI_SITE="https://files.pythonhosted.org/packages/source"
|
||||
MOZILLA_SITE="http://ftp.mozilla.org/pub"
|
||||
GNU_SITE="http://ftp.gnu.org/gnu"
|
||||
|
|
Loading…
Reference in New Issue