in reply to Install dependencies of module
Is the problem that it isn't upgrading modules that are already installed? Or that it isn't installing them at all?
If the problem is that it isn't upgrading the dependencies, you can do that with a command like cpanm --showdeps -q . | cpanm
If the problem is that it isn't installing the dependencies, it's really hard to say without more information. cpanm --showdeps . may help see what dependencies are being seen. But "stops soon without complains" doesn't give much to go on. cpanm's -v flag may help.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Install dependencies of module
by bliako (Abbot) on Mar 07, 2023 at 20:59 UTC |