From 6be4eae6facc6f5af1e5cc7bb798aa23564dfe78 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Wed, 29 Apr 2020 00:41:05 +0300 Subject: Bump the perl version in various places for 5.31.12 --- README.macosx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.macosx') diff --git a/README.macosx b/README.macosx index 1a2a1ad78c..58e54c646d 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 https://www.cpan.org/src/perl-5.31.11.tar.gz - tar -xzf perl-5.31.11.tar.gz - cd perl-5.31.11 + curl -O https://www.cpan.org/src/perl-5.31.12.tar.gz + tar -xzf perl-5.31.12.tar.gz + cd perl-5.31.12 ./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.31.11 as of this writing) builds without changes +The latest Perl release (5.31.12 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', -- cgit v1.2.1