Gems,-Eggs-and-Perl-Modules: link to MetaCPAN

Link to MetaCPAN.org instead of search.cpan.org. MetaCPAN is the community-maintained web portal to CPAN, while search.cpan.org is the historic but proprietary one.

Closes Homebrew/homebrew#39836.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Olivier Mengué 2015-05-17 07:38:32 +02:00 committed by Mike McQuaid
parent 471c5502f5
commit 4d2da9ebd1

View File

@ -107,14 +107,14 @@ Perl CPAN Modules without sudo
The Perl module local::lib works similarly to rbenv/RVM (although for
modules only, not perl installations). A simple solution that only
pollutes your /Library/Perl a little is to install
[local::lib](http://search.cpan.org/search?query=local::lib) with sudo:
[local::lib](https://metacpan.org/pod/local::lib) with sudo:
`sudo cpan local::lib`
Note that will install some other dependencies like `Module::Install`.
Then put the appropriate incantation in your shells startup, e.g. for
`.bash_profile` you insert the below, for others see the
[local::lib](http://search.cpan.org/search?query=local::lib) docs.
[local::lib](https://metacpan.org/pod/local::lib) docs.
`eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)`