in reply to Re^5: Raspberry Pi and Perl (updated)
in thread Raspberry Pi and Perl

um, cpanm --notest ....

Replies are listed 'Best First'.
Re^7: Raspberry Pi and Perl (updated)
by marto (Cardinal) on Apr 08, 2016 at 07:19 UTC

    Not everyone is aware of this, or would want to do this. Also, for XS modules you'll still need to compile, which is slower than just copying the files as apt-get does. The point is that, while not exactly the same thing and not ideal in all situations, apt-get is faster than cpanm on such systems.

Re^7: Raspberry Pi and Perl (updated)
by Corion (Patriarch) on Apr 08, 2016 at 07:14 UTC

    Sure, but not everybody is aware of that, as most people likely just use the default options whatever they are.