From 4d2da9ebd113b4602abd0d837725cba559c82ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Sun, 17 May 2015 07:38:32 +0200 Subject: [PATCH] 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 --- share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md | 4 ++-- 1 file 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 f60ae4e31b..e1f17eb24b 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)`