summaryrefslogtreecommitdiff
path: root/pod/perlembed.pod
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-10-09 21:41:37 +0200
committerMax Maischein <corion@corion.net>2019-10-11 10:21:46 +0200
commit42702d8fe9e9171604bc70c22d5793ab10010faf (patch)
tree0745c8cd8fe7f7f123ac35c57a47cb905914093d /pod/perlembed.pod
parent30659cfdeafec7fc89eeb1ecb86d2f7d3ebdd638 (diff)
downloadperl-42702d8fe9e9171604bc70c22d5793ab10010faf.tar.gz
Fix broken ExtUtils::Embed URL
This only fixes the link. Maybe the whole paragraph should be removed, as 5.004 is now almost 20 years in the past and ExtUtils::Embed has been in core for all that time. This is out of scope for this series of commits.
Diffstat (limited to 'pod/perlembed.pod')
-rw-r--r--pod/perlembed.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlembed.pod b/pod/perlembed.pod
index d6391f7a26..88cb810cc7 100644
--- a/pod/perlembed.pod
+++ b/pod/perlembed.pod
@@ -161,7 +161,7 @@ you:
If the B<ExtUtils::Embed> module isn't part of your Perl distribution,
you can retrieve it from
-L<http://www.perl.com/perl/CPAN/modules/by-module/ExtUtils/>
+L<https://metacpan.org/pod/ExtUtils::Embed>
(If this documentation came from your Perl distribution, then you're
running 5.004 or better and you already have it.)