cpanpm
cpanpm copied to clipboard
CPAN.pm
To allow for future use of a Raku subdir, as in https://github.com/andk/pause/issues/346
I have for a long time had a policy to first see if any dependencies of packages I install can be satisfied by the Linux distro I'm using. In practice,...
Using these fixes for the last 2 years in cperl. Tested for all major perl versions. Note: The YAML::XS situation is still unclear, as upstream maintainers were doing nothing for...
The 'YAML' module has (sometimes?) problems decoding the reports from cpantesters - the 'reports' function in CPAN only works if you have YAML::XS or YAML::Syck installed. There is another issue,...
Minor typo fatest -> fastest
'local::lib' seems to be a good default choice for unprivileged users, but when cpan is run by root we should consider using 'manual' as the default option.
See https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html Rather than scraping for a link to the raw changes file, we can just get it from metacpan's API, and also use it to more reliably get the...
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367291
Especially with LetsEncrypt, we should be encouraging mirror operators to serve CPAN content over HTTPS to ensure integrity.
Greetings, As part of p5p RT ticket https://rt.perl.org/Ticket/Display.html?id=130467, we want to change the default builds of 5.26+ to not include . in @INC. We have acknowledged that the one place...