aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorOlivier Mengué2015-05-17 07:38:32 +0200
committerMike McQuaid2015-05-18 13:02:21 +0100
commit4d2da9ebd113b4602abd0d837725cba559c82ba7 (patch)
treeaa87d528ad30ec0b3e5eba98f8e657cd496cfa9e /share
parent471c5502f5b287fc274f9d214c2530d317e22441 (diff)
downloadbrew-4d2da9ebd113b4602abd0d837725cba559c82ba7.tar.bz2
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>
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md b/share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md
index f60ae4e31..e1f17eb24 100644
--- a/share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md
+++ b/share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md
@@ -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 shell’s 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)`