Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
46ecf526
You need to sign in or sign up before continuing.
Commit
46ecf526
authored
Dec 23, 2007
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 409595: install-module.pl should shuffle the urllist for the CPAN mirrors
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
parent
57411366
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CPAN.pm
Bugzilla/Install/CPAN.pm
+2
-1
No files found.
Bugzilla/Install/CPAN.pm
View file @
46ecf526
...
...
@@ -29,6 +29,7 @@ use Bugzilla::Install::Util qw(bin_loc install_string);
use
CPAN
;
use
Cwd
qw(abs_path)
;
use
File::
Path
qw(rmtree)
;
use
List::
Util
qw(shuffle)
;
# We need the absolute path of ext_libpath, because CPAN chdirs around
# and so we can't use a relative directory.
...
...
@@ -62,7 +63,7 @@ use constant CPAN_DEFAULTS => {
unzip
=>
bin_loc
(
'unzip'
),
wget
=>
bin_loc
(
'wget'
),
urllist
=>
[
qw(
urllist
=>
[
shuffle
qw(
http://cpan.pair.com/
http://mirror.hiwaay.net/CPAN/
ftp://ftp.dc.aleron.net/pub/CPAN/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment