diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-07-20 16:03:51 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-07-20 16:03:51 -0400 |
commit | 430812d753cb6126658aa5764d72c857935e7552 (patch) | |
tree | 0b90373f4fd356a23e5a1760e9b42c82a368b905 /README.macosx | |
parent | cf73cedaf40b99f39f3b4c5d0fa1aa0f125c73e3 (diff) | |
download | perl-430812d753cb6126658aa5764d72c857935e7552.tar.gz |
Bump version to 5.23.2
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 975638a3f9..13fff32706 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.23.1.tar.gz - tar -xzf perl-5.23.1.tar.gz - cd perl-5.23.1 + curl -O http://www.cpan.org/src/perl-5.23.2.tar.gz + tar -xzf perl-5.23.2.tar.gz + cd perl-5.23.2 ./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.23.1 as of this writing) builds without changes +The latest Perl release (5.23.2 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', |