http://www.perlmonks.org?node_id=1215813


in reply to Should cpanminus be part of the standard Perl release?

I don't know much about the issues related to a module being "core" or not, but I have found it a nuisance on Raspberry Pis to have to install cpanm as the large dependency chains of some modules makes installation die silently with cpan. Therefore I would like to see it as standard at least on the RPi. I would imagine that it would be unwise, if not impossible, to have it as "core" on Raspbian and not in other implementations, so my vote was "yes". But I may have been guided my my ignorance and will happily slouch corrected.

Regards,

John Davies

  • Comment on Re: Should cpanminus be part of the standard Perl release?

Replies are listed 'Best First'.
Re^2: Should cpanminus be part of the standard Perl release?
by Arunbear (Prior) on Jun 04, 2018 at 10:05 UTC
    There is a standalone version of cpanminus. You'd just need curl or wget to install it.