Update test/perl/README to insist on Perl version >= 5.8.3, too.
authorTom Lane <[email protected]>
Thu, 7 Oct 2021 18:42:45 +0000 (14:42 -0400)
committerTom Lane <[email protected]>
Thu, 7 Oct 2021 18:42:45 +0000 (14:42 -0400)
Oversight in previous commit, noted by Daniel Gustafsson.

Discussion: https://postgr.es/m/[email protected]

src/test/perl/README

index f04b2a2ea49dd466cc4930d414d6d0276957940d..bfc7cdcfa3095750a75985cea38d5d13912eddb0 100644 (file)
@@ -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