Hugh
Hugh

Reputation: 1459

How do I use cpanminus with a local CPAN::Mini?

I've created my own local copy of CPAN with minicpan and managed to reconfigure cpan to use it - Fantastic!

..but how would I go about using it with cpanminus?

Upvotes: 6

Views: 1051

Answers (1)

yko
yko

Reputation: 2710

This should be possible using --mirror-onlyoption.

For example:

cpanm --mirror ~/minicpan --mirror-only

Upvotes: 8

Related Questions