In article <[email protected]>, Matisse
Enzer <[email protected]> wrote:
> Is there an existing way to do the equivalent of:
>
>
> cpanp --prefix=/tmp/MyCollection --ignore-already-installed Module::One
> Module::Two ...
I don't know how you would do it with cpanp.
I do that with a force install, which always reinstalls. What happens
when you run it as:
cpan -f -i Module::One Module::Two
cpan doesn't have a way to set the prefix on the command line, but you
can load arbitrary config files:
cpan -j config -f -i Module::One Module::Two