in reply to Install dependencies of module
G'day bliako,
"I take my distribution to another computer"
I assume by "distribution" you mean something like Some-Module-9.99.tar.gz. Create a new directory on your target computer and put the distribution there. Don't unpack it. Just run "cpanm --installdeps ." from that directory. As per the linked documentation, this "Installs the dependencies of the target distribution but won't build itself". You might also add "--verbose" to get more feedback about what's happening.
— Ken
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Install dependencies of module
by bliako (Abbot) on Mar 07, 2023 at 16:02 UTC |