aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-10-07 14:42:45 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-10-07 14:42:45 -0400
commit93fb39eca643a33dd6e3c8818fc7899aa67a8103 (patch)
tree65031948734af9e243fb78d2491c0c33dc38650f /src
parent92e6a98c3636948e7ece9a3260f9d89dd60da278 (diff)
downloadpostgresql-93fb39eca643a33dd6e3c8818fc7899aa67a8103.tar.gz
postgresql-93fb39eca643a33dd6e3c8818fc7899aa67a8103.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/test/perl/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/perl/README b/src/test/perl/README
index f04b2a2ea49..bfc7cdcfa30 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