jeffreyray has asked for the wisdom of the Perl Monks concerning the following question:
I want to add a stratopan repository to the list of mirrors cpanminus uses on a machine.
I don't want to have to specify the mirror with the --mirror command each time.
I have set PERL_CPANM_OPT to "https://mymirror" but cpanm only looks for dependencies on my mirror, and not the default repository.
How do I make sure cpanminus looks in the default repositories if a module is not found in my repository?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Configure default CPANM mirrors ( cpanm --mirror one --mirror two ...)
by Anonymous Monk on Sep 10, 2014 at 07:38 UTC |