aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)`