From: Hugo Seabrook Date: Mon, 22 Jul 2013 23:55:05 +0000 (+1000) Subject: Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net not being... X-Git-Tag: bugzilla-4.5.1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e382786cb73ce37e6864e6944812ead3c0ecc4e;p=thirdparty%2Fbugzilla.git Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net not being available --- diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index d79b292f5a..ba301863d9 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 {