diff options
author | Max Maischein <corion@corion.net> | 2014-12-21 11:18:45 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2014-12-21 11:45:39 +0100 |
commit | e31034da4547cf4bcecd416395eff1d626de25d1 (patch) | |
tree | b2711820c3157080bb0848adf1b9088024ed7ca7 /README.macosx | |
parent | b5d4d3b9564344c8ca047e569368a82016215fa3 (diff) | |
download | perl-e31034da4547cf4bcecd416395eff1d626de25d1.tar.gz |
Bump version number to 5.21.8
Add 5.21.8 in Module::CoreList
Point Maintainers.pl to new version of Module::CoreList
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 b4c8b93452..845c2a0470 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.7.tar.gz - tar -xzf perl-5.21.7.tar.gz - cd perl-5.21.7 + 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 ./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.7 as of this writing) builds without changes +The latest Perl release (5.21.8 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', |