Remove mirror selection
This commit is contained in:
parent
069d039e14
commit
44822071b3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ sub run_cpanm {
|
||||||
my ($module, $incstatus) = @_;
|
my ($module, $incstatus) = @_;
|
||||||
|
|
||||||
$ENV{PERL_USE_UNSAFE_INC} = !!$incstatus;
|
$ENV{PERL_USE_UNSAFE_INC} = !!$incstatus;
|
||||||
my @cmd = (qw/perlbrew exec --with/, $perlbrew_env, qw|cpanm --reinstall --verbose --mirror http://cpan.simcop2387.info/ |, $module);
|
my @cmd = (qw/perlbrew exec --with/, $perlbrew_env, qw|cpanm --reinstall --verbose |, $module);
|
||||||
|
|
||||||
my $out;
|
my $out;
|
||||||
run \@cmd, '>&', \$out;
|
run \@cmd, '>&', \$out;
|
||||||
|
|
Loading…
Add table
Reference in a new issue