cpanpm
cpanpm copied to clipboard
CPAN.pm
#161 and #165 Don't need to interpret the versions as numbers. Just treat them as strings.
#167 Co-authored-by: "eponymous alias"
#162 and #164 - handle distro and module arguments, and exit with right value
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). In App::Cpan::_download, the log line uses the wrong variable as a hash key: $logger->info( "Downloaded [$arg]...
NB: windows tests are failing from 5.10 to 5.20, probably should be addressed or removed from testing, not sure. Looks like https://github.com/hurricup/cpanpm/actions/runs/4392284296
You can enable fips mode on centos 9 with ``` fips-mode-setup --enable ``` Running `gpg --keyserver hkp://pgpkeys.eu --recv-key 2E66557AB97C19C791AF8E20328DA867450F89EC` outputs ``` gpg: out of core handler ignored in FIPS mode...
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). The internal `_download` function uses LWP directly. I need to fix this to use CPAN.pm's mechanism....
#166 Co-authored-by: "eponymous alias"