问题
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?
回答1:
This should be possible using --mirror-onlyoption.
For example:
cpanm --mirror ~/minicpan --mirror-only
来源:https://stackoverflow.com/questions/8139088/how-do-i-use-cpanminus-with-a-local-cpanmini