aports/testing/perl-cpan-sqlite/use-https-for-cpan.patch
Celeste 3a4264ed36 testing/perl-cpan-sqlite: new aport
https://metacpan.org/release/CPAN-SQLite
Maintain and search a minimal CPAN database
2023-09-26 21:17:10 +00:00

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,