diff options
author | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-20 13:04:41 -0400 |
---|---|---|
committer | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-06-20 13:04:41 -0400 |
commit | f6ca94fbe86ccf0aa44cbcaa60857629a7190732 (patch) | |
tree | 52bc127995693b03741f07056f7659f2ae608e2d /README.macosx | |
parent | e1bdea9ec27b23189e3456964a31e57132ab8cda (diff) | |
download | perl-f6ca94fbe86ccf0aa44cbcaa60857629a7190732.tar.gz |
Bump the perl version in various places for 5.21.2
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 15bc4e8f60..51cede3d3c 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.1.tar.gz - tar -xzf perl-5.21.1.tar.gz - cd perl-5.21.1 + 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 ./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.1 as of this writing) builds without changes +The latest Perl release (5.21.2 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', |