diff options
author | Abigail <abigail@abigail.be> | 2014-07-20 17:12:05 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2014-07-20 17:12:05 +0200 |
commit | fb3a67619e8a1f5d6bf5a80777fc74459e0e35b6 (patch) | |
tree | a16ed3c33bc7bf772c5454d34f7398d32e593708 /README.macosx | |
parent | 13900f93267319cba0ccf518eacfc2fc6ce90bb1 (diff) | |
download | perl-fb3a67619e8a1f5d6bf5a80777fc74459e0e35b6.tar.gz |
Bump version number from 5.21.2 to 5.21.3
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 51cede3d3c..40ffd47723 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.2.tar.gz - tar -xzf perl-5.21.2.tar.gz - cd perl-5.21.2 + curl -O http://www.cpan.org/src/perl-5.21.3.tar.gz + tar -xzf perl-5.21.3.tar.gz + cd perl-5.21.3 ./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.2 as of this writing) builds without changes +The latest Perl release (5.21.3 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', |