http://qs1969.pair.com?node_id=1159891


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

Yes, there's a big performance hit when running tests/compiling, especially if the device is running from SD card, which most do.

Replies are listed 'Best First'.
Re^6: Raspberry Pi and Perl (updated)
by Anonymous Monk on Apr 08, 2016 at 07:09 UTC
    um, cpanm --notest ....

      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.

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