diff options
author | David Golden <xdg@xdg.me> | 2015-12-21 18:17:43 -0500 |
---|---|---|
committer | David Golden <xdg@xdg.me> | 2015-12-21 18:37:59 -0500 |
commit | 5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94 (patch) | |
tree | b412cc3d0da09175373266be3166d4214d9dd56c /README.macosx | |
parent | 054383b68b08969d7ce97cc1030c0c06dd05d05a (diff) | |
download | perl-5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94.tar.gz |
Bump the perl version in various places for 5.23.7
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 5cd9b9d225..11d027efba 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.6.tar.gz - tar -xzf perl-5.23.6.tar.gz - cd perl-5.23.6 + curl -O http://www.cpan.org/src/perl-5.23.7.tar.gz + tar -xzf perl-5.23.7.tar.gz + cd perl-5.23.7 ./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.6 as of this writing) builds without changes +The latest Perl release (5.23.7 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', |