cpan> o conf urllist urllist 0 [https://www.cpan.org] cpan> o conf urllist pop cpan> o conf urllist https://www.cpan.org cpan> o conf commit #### --- FirstTime.pm.orig 2019-06-30 07:25:30.000000000 +0100 +++ FirstTime.pm 2019-11-21 12:45:34.742632425 +0000 @@ -1344,7 +1344,7 @@ ); } else { - $CPAN::Config->{urllist} = [ 'http://www.cpan.org/' ]; + $CPAN::Config->{urllist} = [ 'https://www.cpan.org/' ]; } } elsif (!$matcher || "urllist" =~ $matcher) {