diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-12-20 23:45:41 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-12-20 23:45:41 +0000 |
commit | 149b848a703c802fe948c79e4812c725aac8f013 (patch) | |
tree | b4ab46c9ac4a1617cb1772b3c0d841a54a7fc520 /README.macosx | |
parent | 4ec06e46974ee55eddd720e00866ef329d570bb4 (diff) | |
download | perl-149b848a703c802fe948c79e4812c725aac8f013.tar.gz |
Bump the perl version in various places for v5.27.8
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 8e77e51cbe..6509f036b7 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.27.7.tar.gz - tar -xzf perl-5.27.7.tar.gz - cd perl-5.27.7 + curl -O http://www.cpan.org/src/perl-5.27.8.tar.gz + tar -xzf perl-5.27.8.tar.gz + cd perl-5.27.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.27.7 as of this writing) builds without changes +The latest Perl release (5.27.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', |