summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorSimon Green <bugzilla@simon.green>2015-04-20 16:21:09 +0200
committerByron Jones <glob@mozilla.com>2015-04-20 16:21:09 +0200
commit58cccce026440fb4284da40cf0fadc41ad9a31e4 (patch)
tree5d8256e029efcb0afaf6d57e05e6b41834f100e4 /Bugzilla/Install
parent5fef5fc8064b850d4339ec50a9d10a5a72fe817e (diff)
downloadbugzilla-58cccce026440fb4284da40cf0fadc41ad9a31e4.tar.gz
bugzilla-58cccce026440fb4284da40cf0fadc41ad9a31e4.tar.xz
Bug 880227: Install of Bugzilla DBI module fails due to mirror.hiwaay.net not being available
Diffstat (limited to 'Bugzilla/Install')
-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 e6afa1f3b..e7556526c 100644
--- a/Bugzilla/Install/CPAN.pm
+++ b/Bugzilla/Install/CPAN.pm
@@ -37,7 +37,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.
@@ -99,12 +98,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 {