in reply to Why are cpan modules so slow to install?

What do you use to install the modules?

The default tool, cpan, runs tests for every distribution installed. You can use the -T option to skip tests.

There are alternative CPAN clients, e.g. cpanm or cpanp. The former uses -n or --notest and the latter uses --skiptest to achieve the same.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Why are cpan modules so slow to install?
by silent11 (Vicar) on Dec 14, 2022 at 22:00 UTC
    I use `cpanm`