summaryrefslogtreecommitdiff
path: root/README.macosx
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2021-05-22 23:32:36 +0200
committerMax Maischein <corion@corion.net>2021-05-23 01:00:19 +0200
commitc0a42e20387e41e3cf254c50d27e21f1291ef970 (patch)
treefce4b4b799f82da2c5ff4385aa56d4f7b3771a16 /README.macosx
parent47ee1e48dc130466ab32a88f492de8316d8368b3 (diff)
downloadperl-c0a42e20387e41e3cf254c50d27e21f1291ef970.tar.gz
Bump the perl version in various places for 5.35.1
Ideally, this would've been done earlier in the process of developing 5.35, but here we are
Diffstat (limited to 'README.macosx')
-rw-r--r--README.macosx8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.macosx b/README.macosx
index 77d75d71e8..421a7a47f0 100644
--- a/README.macosx
+++ b/README.macosx
@@ -10,9 +10,9 @@ perlmacosx - Perl under Mac OS X
This document briefly describes Perl under Mac OS X.
- curl -O https://www.cpan.org/src/perl-5.35.0.tar.gz
- tar -xzf perl-5.35.0.tar.gz
- cd perl-5.35.0
+ curl -O https://www.cpan.org/src/perl-5.35.1.tar.gz
+ tar -xzf perl-5.35.1.tar.gz
+ cd perl-5.35.1
./Configure -des -Dprefix=/usr/local/
make
make test
@@ -20,7 +20,7 @@ This document briefly describes Perl under Mac OS X.
=head1 DESCRIPTION
-The latest Perl release (5.35.0 as of this writing) builds without changes
+The latest Perl release (5.35.1 as of this writing) builds without changes
under all versions of Mac OS X from 10.3 "Panther" onwards.
In order to build your own version of Perl you will need 'make',