Skip to content

Commit 01516e5

Browse files
committed
fix CPAN bootstrap test to work with new CPAN.pm versions
New CPAN.pm versions have a setting pushy_https, which overrides the URL list to always be www.cpan.org, if it thinks using https is possible. We're trying to use a local generated mirror, so the setting needs to be turned off so our urllist is respected.
1 parent b262ca0 commit 01516e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt/cpan-bootstrap.pl

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
urllist => ["$url"],
3232
install_help => 'manual',
3333
check_sigs => 0,
34+
pushy_https => 0,
3435
shell => (
3536
$^O eq 'MSWin32' ? ($ENV{COMSPEC} || 'cmd.exe')
3637
: ($ENV{SHELL} || '/bin/sh')

0 commit comments

Comments
 (0)