summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/CPAN.pm
diff options
context:
space:
mode:
authorHugo Seabrook <hugo.seabrook@yahoo.com>2013-07-23 01:55:05 +0200
committerSimon Green <sgreen@redhat.com>2013-07-23 01:55:05 +0200
commit9e382786cb73ce37e6864e6944812ead3c0ecc4e (patch)
treef2d920e0b03a16b2306a054914ea5018d88f5fee /Bugzilla/Install/CPAN.pm
parentf10990783862250ca80e96ac5e8a500bed0ee636 (diff)
downloadbugzilla-9e382786cb73ce37e6864e6944812ead3c0ecc4e.tar.gz
bugzilla-9e382786cb73ce37e6864e6944812ead3c0ecc4e.tar.xz
Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net not being available
Diffstat (limited to 'Bugzilla/Install/CPAN.pm')
-rw-r--r--Bugzilla/Install/CPAN.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm
index d79b292f5..ba301863d 100644
--- a/Bugzilla/Install/CPAN.pm
+++ b/Bugzilla/Install/CPAN.pm
@@ -27,7 +27,6 @@ use Config;
use CPAN;
use Cwd qw(abs_path);
use File::Path qw(rmtree);
-use List::Util qw(shuffle);
# These are required for install-module.pl to be able to install
# all modules properly.
@@ -89,12 +88,7 @@ use constant CPAN_DEFAULTS => {
unzip => bin_loc('unzip'),
wget => bin_loc('wget'),
- urllist => [shuffle qw(
- http://cpan.pair.com/
- http://mirror.hiwaay.net/CPAN/
- ftp://ftp.dc.aleron.net/pub/CPAN/
- http://mirrors.kernel.org/cpan/
- http://mirrors2.kernel.org/cpan/)],
+ urllist => ['http://www.cpan.org/'],
};
sub check_cpan_requirements {