In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/8f98d2b08696f5d764b4193435edc02842deddf0?hp=30659cfdeafec7fc89eeb1ecb86d2f7d3ebdd638>

- Log -----------------------------------------------------------------
commit 8f98d2b08696f5d764b4193435edc02842deddf0
Author: Max Maischein <cor...@corion.net>
Date:   Fri Oct 11 09:45:00 2019 +0200

    Retrieve AnnoCPAN links from archive.org / Wayback machine

commit c1bde759e03f03903a270f5a662fe94547a4b879
Author: Max Maischein <cor...@corion.net>
Date:   Fri Oct 11 09:32:27 2019 +0200

    Change Microsoft URLs to their current location

commit fe090caf94094804793b5648ab7573272ed001a0
Author: Max Maischein <cor...@corion.net>
Date:   Wed Oct 9 22:33:34 2019 +0200

    Update the installation URL for Cygwin

commit 93a2b6fa83450b6aba57d6bf3dfc963d3b432cbc
Author: Max Maischein <cor...@corion.net>
Date:   Wed Oct 9 22:26:34 2019 +0200

    Fix link to Apple 64-bit Transition Guide

commit a856e9ccc6f5414775d4cd2d563999af18f0326b
Author: Max Maischein <cor...@corion.net>
Date:   Wed Oct 9 22:26:06 2019 +0200

    Fix Address-Sanitizer wiki link

commit 62e6d5d299c661f697b0236723418078b4b94071
Author: Max Maischein <cor...@corion.net>
Date:   Wed Oct 9 22:04:26 2019 +0200

    Fix link to OS/2 EMX site

commit ed1bb4e0ffe15b0fbd7c743972cbe02e914c909d
Author: Max Maischein <cor...@corion.net>
Date:   Wed Oct 9 22:03:49 2019 +0200

    Fix link to CPAN.pm

commit 42702d8fe9e9171604bc70c22d5793ab10010faf
Author: Max Maischein <cor...@corion.net>
Date:   Wed Oct 9 21:41:37 2019 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 README.cygwin          | 2 +-
 README.macosx          | 4 ++--
 README.win32           | 4 ++--
 pod/perlembed.pod      | 2 +-
 pod/perlhacktips.pod   | 2 +-
 pod/perlmodinstall.pod | 4 ++--
 pod/perlthrtut.pod     | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.cygwin b/README.cygwin
index f9516799e5..5885ac5f69 100644
--- a/README.cygwin
+++ b/README.cygwin
@@ -425,7 +425,7 @@ e.g. stopping the MS Internet Explorer might help.
 
 Use the perlrebase or rebase utilities to resolve the conflicting dll 
addresses.
 The rebase package is included in the Cygwin setup. Use F<setup.exe>
-from L<http://www.cygwin.com/setup.exe> to install it.
+from L<https://cygwin.com/install.html> to install it.
 
 1. kill all perl processes and run C<perlrebase> or
 
diff --git a/README.macosx b/README.macosx
index c98fafe03d..757c9345be 100644
--- a/README.macosx
+++ b/README.macosx
@@ -141,8 +141,8 @@ modules (C<Mac::*>), as the required Apple frameworks do 
not provide PPC64
 support. Similarly, downloads from Fink or Darwinports are unlikely to provide
 64-bit support; the libraries must be rebuilt from source with the appropriate
 compiler and linker flags. For further information, see Apple's
-I<64-Bit Transition Guide> at 
-L<http://developer.apple.com/documentation/Darwin/Conceptual/64bitPorting/index.html>.
+I<64-Bit Transition Guide> at
+L<https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/64bitPorting/transition/transition.html>.
 
 =head2 libperl and Prebinding
 
diff --git a/README.win32 b/README.win32
index 01731fa930..e182101465 100644
--- a/README.win32
+++ b/README.win32
@@ -74,7 +74,7 @@ This port can also be built on IA64/AMD64 using:
       Microsoft Platform SDK   Nov 2001 (64-bit compiler and tools)
       MinGW64 compiler (gcc version 4.4.3 or later)
 
-The Windows SDK can be downloaded from L<http://www.microsoft.com/>.
+The Windows SDK can be downloaded from 
L<https://developer.microsoft.com/windows/downloads/sdk-archive>.
 The MinGW64 compiler is available at L<http://mingw-w64.org>.
 The latter is actually a cross-compiler targeting Win64. There's also a trimmed
 down compiler (no java, or gfortran) suitable for building perl available at:
@@ -566,7 +566,7 @@ character is the double quote (").  It can be used to 
protect spaces
 and other special characters in arguments.
 
 The Windows documentation describes the shell parsing rules here:
-L<http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cmd.mspx?mfr=true>
+L<https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cmd>
 and the C runtime parsing rules here:
 L<https://msdn.microsoft.com/en-us/library/17w5ykft%28v=VS.100%29.aspx>.
 
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.)
 
diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod
index d5c34dd5c1..6f167dda89 100644
--- a/pod/perlhacktips.pod
+++ b/pod/perlhacktips.pod
@@ -1276,7 +1276,7 @@ contains C<-shared> (at least on Linux).
 =back
 
 See also
-L<http://code.google.com/p/address-sanitizer/wiki/AddressSanitizer>.
+L<https://github.com/google/sanitizers/wiki/AddressSanitizer>.
 
 
 =head1 PROFILING
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod
index f507395b86..4d06dd0882 100644
--- a/pod/perlmodinstall.pod
+++ b/pod/perlmodinstall.pod
@@ -68,7 +68,7 @@ directory) and use this approach.
 B<If you're on a Unix or Unix-like system,>
 
 You can use Andreas Koenig's CPAN module
-( L<http://www.cpan.org/modules/by-module/CPAN> )
+( L<https://metacpan.org/release/CPAN> )
 to automate the following steps, from DECOMPRESS through INSTALL.
 
 A. DECOMPRESS
@@ -198,7 +198,7 @@ You will need the packages mentioned in F<README.dos> in 
the Perl distribution.
 B<If you're on OS/2,>
 
 Get the EMX development suite and gzip/tar, from either Hobbes (
-L<http://hobbes.nmsu.edu> ) or Leo ( L<http://www.leo.org> ), and then follow
+L<http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2/dev/emx/v0.9d> ), and then 
follow
 the instructions for Unix.
 
 =item *
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod
index 9657f75bcd..c2356d5d6b 100644
--- a/pod/perlthrtut.pod
+++ b/pod/perlthrtut.pod
@@ -1081,13 +1081,13 @@ on your way to becoming a threaded Perl expert.
 =head1 SEE ALSO
 
 Annotated POD for L<threads>:
-L<http://annocpan.org/?mode=search&field=Module&name=threads>
+L<https://web.archive.org/web/20171028020148/http://annocpan.org/?mode=search&field=Module&name=threads>
 
 Latest version of L<threads> on CPAN:
 L<https://search.cpan.org/search?module=threads>
 
 Annotated POD for L<threads::shared>:
-L<http://annocpan.org/?mode=search&field=Module&name=threads%3A%3Ashared>
+L<https://web.archive.org/web/20171028020148/http://annocpan.org/?mode=search&field=Module&name=threads%3A%3Ashared>
 
 Latest version of L<threads::shared> on CPAN:
 L<https://search.cpan.org/search?module=threads%3A%3Ashared>

-- 
Perl5 Master Repository

Reply via email to