miyagawa / cpanminus

cpanminus - get, unpack, build and install modules from CPAN
http://cpanmin.us
750 stars 213 forks source link

Using https instead of http for mirrors by default #603

Open internationils opened 4 years ago

internationils commented 4 years ago

Hello, just running a plain cpan-outdated -p | cpanm pulls all the sources from http links: Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/Net-Ping-2.72.tar.gz ... OK ...etc... It would be good to make these https:// links. My .cpan/CPAN/MyConfig.pm contains only a "1;" nothing else. I haven't figured out where this is configured. cpan-outdated -p | cpanm --from https://cpan.org works, I think it should be the default instead of http.