mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 00:07:08 +02:00
12 lines
360 B
Diff
12 lines
360 B
Diff
--- a/lib/CPAN/SQLite.pm
|
|
+++ b/lib/CPAN/SQLite.pm
|
|
@@ -52,7 +52,7 @@
|
|
die qq{The '$CPAN' directory doesn't exist} unless (-d $CPAN);
|
|
$update_indices = (-f File::Spec->catfile($CPAN, 'MIRRORING.FROM')) ? 0 : 1;
|
|
}
|
|
- push @$urllist, q{http://www.cpan.org/};
|
|
+ push @$urllist, q{https://www.cpan.org/};
|
|
$db_dir ||= cwd;
|
|
my $self = {
|
|
%args,
|