diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-03-20 22:51:40 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-03-20 22:51:40 +0100 |
commit | 54a814f4855172034d2894fae446af0ba1a25082 (patch) | |
tree | 8ca8fce03b228af083bb8f8ab24b0d6b8a794dc7 /README.macosx | |
parent | d5c7a4fc18f36e8d932049702ef25626b2533916 (diff) | |
download | perl-54a814f4855172034d2894fae446af0ba1a25082.tar.gz |
Version bump: 5.25.11 -> 5.26.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 c24f300cdb..c5faf042ea 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 http://www.cpan.org/src/perl-5.25.11.tar.gz - tar -xzf perl-5.25.11.tar.gz - cd perl-5.25.11 + curl -O http://www.cpan.org/src/perl-5.26.0.tar.gz + tar -xzf perl-5.26.0.tar.gz + cd perl-5.26.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.25.11 as of this writing) builds without changes +The latest Perl release (5.26.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', |