Reputation: 1459
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
Reputation: 2710
This should be possible using --mirror-only
option.
For example:
cpanm --mirror ~/minicpan --mirror-only
Upvotes: 8