diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
commit | f69f4f3b692191ce147efb8938365cd41642adcd (patch) | |
tree | 99a796f4b445be7cef884b484328fbf9ba0e1771 /README.macosx | |
parent | 21d681b3bd67e6ee92be19e85cac9ba9e8c8a979 (diff) | |
download | perl-f69f4f3b692191ce147efb8938365cd41642adcd.tar.gz |
Bump to 5.33.0
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.macosx b/README.macosx index 6e84a8769d..e50d85df3d 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.32.0.tar.gz - tar -xzf perl-5.32.0.tar.gz - cd perl-5.32.0 + curl -O https://www.cpan.org/src/perl-5.33.0.tar.gz + tar -xzf perl-5.33.0.tar.gz + cd perl-5.33.0 ./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.32.0 as of this writing) builds without changes +The latest Perl release (5.33.0 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', |