diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index 92ab5a267a0302f5b8748cc1549e63b4a426d4af..f96bb4cb97d515e8dc3a1018a32442e60a4f25a5 100644 --- a/Bugzilla/Install/CPAN.pm +++ b/Bugzilla/Install/CPAN.pm @@ -24,7 +24,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. @@ -86,12 +85,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 {