Is there an existing way to do the equivalent of:
cpanp --prefix=/tmp/MyCollection --ignore-already-installed Module::One
Module::Two ...
The idea being that even if Module::One is already installed somewhere in @INC
that i still end up with something like this:
/tmp/MyCollection/lib/perl/5.10.0/Module/One.pm
/tmp/MyCollection/lib/perl/5.10.0/Module/Two.pm
-M
