diff options
author | Abigail <abigail@abigail.be> | 2015-11-20 20:15:14 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2015-11-20 20:38:53 +0100 |
commit | 7c294235c2f28d1f9762b654787d29331165f8fa (patch) | |
tree | 1e8b497ace485b81dc0e0526d0140d87b0c7355f /README.macosx | |
parent | 6c83150bfb6a3426cbc1535b0e141a1e714430a9 (diff) | |
download | perl-7c294235c2f28d1f9762b654787d29331165f8fa.tar.gz |
Bump the perl version in various places for 5.23.6
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 ee168dee95..5cd9b9d225 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.5.tar.gz - tar -xzf perl-5.23.5.tar.gz - cd perl-5.23.5 + curl -O http://www.cpan.org/src/perl-5.23.6.tar.gz + tar -xzf perl-5.23.6.tar.gz + cd perl-5.23.6 ./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.5 as of this writing) builds without changes +The latest Perl release (5.23.6 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', |