cpanpm
cpanpm copied to clipboard
CPAN.pm
To address https://github.com/andk/cpanpm/issues/118 Adds HTTPS to MIRRORED.BY and enforces cert checks with LWP using Mozilla::CA.
I am trying to configure `cpan` manually after installing perl 5.26.2 with Anaconda : ``` $ cd /home/hakon/anaconda3/envs/perl_test/bin $ ./cpan Loading internal null logger. Install Log::Log4perl for logging messages Sorry,...
I really wish I could control the urllist from the command-line, similar to the --mirror option that `cpanm` has. In fact, I would suggest calling the command-line switch `--mirror` just...
Hi, I am enabling ppc64le's build on travis-ci so added the arch "ppc64le" in .travis.yml , but it's always failing. I have copy/pasted the error part of the log below...
e.g. related/Bundle-CPAN/MYMETA.json
We should protect perl users out-of-the box by checking their module signatures unless they've told us otherwise. When check_sigs was set to 0 for first time users 13 years ago,...
Module::Signature is critical for validating signatures for downloaded CPAN modules; lacking enforced signatures or HTTPS support in CPAN, Perl installs don't know the provenance of the source codes they are...
This takes the current MIRRORED.BY and adds dst_https support for hosts that seem to properly support it without errors. This is part of the broader effort to add HTTPS support...
It will load only objects with the specified classes. Note that `load_file/dump_file` work for filehandles too. Also enable `$LoadBlessed` for YAML::XS/Syck/.pm because they were set to false by default. For...
I'm running: ``` ${HOME}/perl5/bin/cpan version 1.64 calling Getopt::Std::getopts (version 1.12 [paranoid]), running under Perl version 5.28.1. ``` I have been trying to run installs without testing by setting the `CPAN_OPTS`...