diff options
author | Max Maischein <corion@corion.net> | 2019-10-09 21:41:08 +0200 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2019-10-11 10:06:49 +0200 |
commit | 71c89d211a61ffe1c5b9b28229483814d2eb2825 (patch) | |
tree | 9a3fd310bca9f75a743a84d4760a8fc2de5ddb32 /README.macosx | |
parent | 4c2aa7c802893d0276551ade1b9d5dcd1226afc4 (diff) | |
download | perl-71c89d211a61ffe1c5b9b28229483814d2eb2825.tar.gz |
Move more URLs from http:// to https://
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.macosx b/README.macosx index 0797c99233..c98fafe03d 100644 --- a/README.macosx +++ b/README.macosx @@ -10,7 +10,7 @@ perlmacosx - Perl under Mac OS X This document briefly describes Perl under Mac OS X. - curl -O http://www.cpan.org/src/perl-5.31.5.tar.gz + curl -O https://www.cpan.org/src/perl-5.31.5.tar.gz tar -xzf perl-5.31.5.tar.gz cd perl-5.31.5 ./Configure -des -Dprefix=/usr/local/ @@ -223,7 +223,7 @@ access Foundation (i.e. non-GUI) classes and objects. An alternative is CamelBones, a framework that allows access to both Foundation and AppKit classes and objects, so that full GUI applications can be built in Perl. CamelBones can be found on SourceForge, at -L<http://www.sourceforge.net/projects/camelbones/>. +L<https://www.sourceforge.net/projects/camelbones/>. =head1 Starting From Scratch @@ -258,7 +258,7 @@ or rebuild Perl from the source code with C<Configure -Dprefix=/usr works much better with Perl 5.8.1 and later, in Perl 5.8.0 the settings were not quite right. -"Pacifist" from CharlesSoft (L<http://www.charlessoft.com/>) is a nice +"Pacifist" from CharlesSoft (L<https://www.charlessoft.com/>) is a nice way to extract the Perl binaries from the OS media, without having to reinstall the entire OS. |