In article <9c335568-ae99-4bce-9ad0-58e776e44...@matisse.net>, Matisse
Enzer <mati...@matisse.net> 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

Reply via email to