diff options
author | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
commit | 97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch) | |
tree | 83406c28174f70163d95a407fb3e6515acf253b9 /README.macosx | |
parent | 10819dab2a129e5d412f8beca07d50456ed1c306 (diff) | |
download | perl-97d03b5788ee6f8a1fcf924ccabe0de7894b5df6.tar.gz |
bump to version 5.19.10 and fix the version number reference in op.c
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 e4824e1307..ba905be83d 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.19.9.tar.gz - tar -xzf perl-5.19.9.tar.gz - cd perl-5.19.9 + curl -O http://www.cpan.org/src/perl-5.19.10.tar.gz + tar -xzf perl-5.19.10.tar.gz + cd perl-5.19.10 ./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.19.9 as of this writing) builds without changes +The latest Perl release (5.19.10 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', |