Commit 9e382786 authored by Hugo Seabrook's avatar Hugo Seabrook Committed by Simon Green

Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net not being available

parent f1099078
...@@ -27,7 +27,6 @@ use Config; ...@@ -27,7 +27,6 @@ use Config;
use CPAN; use CPAN;
use Cwd qw(abs_path); use Cwd qw(abs_path);
use File::Path qw(rmtree); use File::Path qw(rmtree);
use List::Util qw(shuffle);
# These are required for install-module.pl to be able to install # These are required for install-module.pl to be able to install
# all modules properly. # all modules properly.
...@@ -89,12 +88,7 @@ use constant CPAN_DEFAULTS => { ...@@ -89,12 +88,7 @@ use constant CPAN_DEFAULTS => {
unzip => bin_loc('unzip'), unzip => bin_loc('unzip'),
wget => bin_loc('wget'), wget => bin_loc('wget'),
urllist => [shuffle qw( urllist => ['http://www.cpan.org/'],
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/)],
}; };
sub check_cpan_requirements { sub check_cpan_requirements {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment