summaryrefslogtreecommitdiff
path: root/README.macosx
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2022-06-20 15:36:42 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2022-06-20 15:37:41 -0400
commitdebac2c8a1c90bed13b17d09a45a8bf9986e04ff (patch)
treecffd163911d6c04c35a64ddbbbfdc84120e79f71 /README.macosx
parent1b34940f3652c4cdb2b17a6ecb0c4451bbf67f19 (diff)
downloadperl-debac2c8a1c90bed13b17d09a45a8bf9986e04ff.tar.gz
Dump perl version everywhere to 5.37.2
This attempted to change sv_inline.h, but those were clearly wrong!
Diffstat (limited to 'README.macosx')
-rw-r--r--README.macosx8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.macosx b/README.macosx
index f32dd17a89..e54959e800 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.37.1.tar.gz
- tar -xzf perl-5.37.1.tar.gz
- cd perl-5.37.1
+ curl -O https://www.cpan.org/src/perl-5.37.2.tar.gz
+ tar -xzf perl-5.37.2.tar.gz
+ cd perl-5.37.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.37.1 as of this writing) builds without changes
+The latest Perl release (5.37.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',