Re: pgsql: Adjust configure to insist on Perl version >= 5.8.3.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Daniel Gustafsson <daniel@yesql.se>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>,
Craig Ringer <craig.ringer@enterprisedb.com>,
Noah Misch <noah@leadboat.com>
Date: 2021-10-07T21:48:45Z
Lists: pgsql-hackers
Attachments
- improve-test-perl-README.patch (text/x-diff) patch
Alvaro Herrera <alvherre@alvh.no-ip.org> writes: > On 2021-Oct-07, Tom Lane wrote: >> Hmm. I do see that Module::CoreList knows not only which modules >> are in core but when they were brought in, so that does seem like >> a really valuable reference to know about. Let's just say something >> like "You can consult Module::CoreList to find out whether and for >> long a module has been present in the Perl core." > WFM. Concretely, then, I propose the attached. regards, tom lane
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