diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 22:07:30 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 22:07:30 +0100 |
commit | 4aefb364922503a4a18d813eea9d81164ef6c813 (patch) | |
tree | b597cb22bb8145a9a975e902f4b06f27ad88eea2 /README.macosx | |
parent | be2932939b2890fc4ea4e27b2ce6df5f7264d196 (diff) | |
download | perl-4aefb364922503a4a18d813eea9d81164ef6c813.tar.gz |
Bump the perl version in various places for v5.25.5
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 ac7cad65bb..d18ce0d781 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.25.4.tar.gz - tar -xzf perl-5.25.4.tar.gz - cd perl-5.25.4 + curl -O http://www.cpan.org/src/perl-5.25.5.tar.gz + tar -xzf perl-5.25.5.tar.gz + cd perl-5.25.5 ./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.25.4 as of this writing) builds without changes +The latest Perl release (5.25.5 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', |