Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3.
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-committers@lists.postgresql.org
Date: 2021-10-07T18:33:22Z
Lists: pgsql-hackers
> On 7 Oct 2021, at 20:26, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Previously it only checked for version >= 5.8.0, although the > documentation has said that the minimum version is 5.8.3 since > commit dea6ba939. src/test/perl/README still claims "5.8.0 and newer", not sure how important that is to fix but it seems a bit inconsistent now. -- Daniel Gustafsson https://vmware.com/
Commits
-
Make configure check for minimum required version of IPC::Run.
- 4a235efddaa7 15.0 landed
-
Doc: update testing recipe in src/test/perl/README.
- 3eb1f4d09745 15.0 landed
-
Update test/perl/README to insist on Perl version >= 5.8.3, too.
- 93fb39eca643 15.0 cited
-
Adjust configure to insist on Perl version >= 5.8.3.
- 92e6a98c3636 15.0 cited
-
Doc: specify that the minimum supported version of Perl is 5.8.3.
- dea6ba939fd2 10.0 cited