From: Tom Lane Date: Thu, 7 Oct 2021 18:42:45 +0000 (-0400) Subject: Update test/perl/README to insist on Perl version >= 5.8.3, too. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=93fb39eca643a33dd6e3c8818fc7899aa67a8103;p=users%2Frhaas%2Fpostgres.git Update test/perl/README to insist on Perl version >= 5.8.3, too. Oversight in previous commit, noted by Daniel Gustafsson. Discussion: https://postgr.es/m/87y278s6iq.fsf@wibble.ilmari.org --- diff --git a/src/test/perl/README b/src/test/perl/README index f04b2a2ea4..bfc7cdcfa3 100644 --- a/src/test/perl/README +++ b/src/test/perl/README @@ -73,13 +73,13 @@ perldoc for the test modules, e.g.: Required Perl ------------- -Tests must run on perl 5.8.0 and newer. perlbrew is a good way to obtain such +Tests must run on perl 5.8.3 and newer. perlbrew is a good way to obtain such a Perl; see http://perlbrew.pl . Just install and - perlbrew --force install 5.8.0 - perlbrew use 5.8.0 + perlbrew --force install 5.8.3 + perlbrew use 5.8.3 perlbrew install-cpanm cpanm install IPC::Run