diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-01-21 09:48:14 -0500 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-01-21 09:48:14 -0500 |
commit | 2e3866c38e2e8776c6b4b30b6a13c543ecb14941 (patch) | |
tree | dab244fabf9d41b299842bd3e8b31d69f8be77e1 /README.macosx | |
parent | c543a22d8cc5888d10584da00c605d03178b78ce (diff) | |
download | perl-2e3866c38e2e8776c6b4b30b6a13c543ecb14941.tar.gz |
More bumpbing of version number to 5.21.9. Missed this yesterday.
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 845c2a0470..b923a13f24 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.21.8.tar.gz - tar -xzf perl-5.21.8.tar.gz - cd perl-5.21.8 + curl -O http://www.cpan.org/src/perl-5.21.9.tar.gz + tar -xzf perl-5.21.9.tar.gz + cd perl-5.21.9 ./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.21.8 as of this writing) builds without changes +The latest Perl release (5.21.9 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', |