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: Andrew Dunstan <andrew@dunslane.net>
Cc: Noah Misch <noah@leadboat.com>, Daniel Gustafsson <daniel@yesql.se>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>,
Craig Ringer <craig.ringer@enterprisedb.com>
Date: 2021-10-11T20:54:27Z
Lists: pgsql-hackers
I wrote: > Andrew Dunstan <andrew@dunslane.net> writes: >> Why don't we specify the minimum versions required of these somewhere in >> the perl code? Perl is pretty good at this. > configure already checks Test::More's version. I proposed downthread > that it should also check IPC::Run, but didn't pull that trigger yet. Done now. I found an old note indicating that the reason I chose 0.79 for prairiedog back in 2017 is that 0.78 failed its self-test on that machine. 0.78 did pass when I tried it just now on a perlbrew-on-Fedora-34 rig, so I'm not sure what that was about ... but in any case, it discourages me from worrying any further about whether a lower minimum could be sane. 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