Re: Test::More version

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-11-12T15:05:22Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 11/11/21 15:44, Tom Lane wrote:
>> Yeah ... configure is already checking those versions, so maybe we could
>> make it print them out along the way?  I'd been thinking of doing exactly
>> this just for documentation purposes, so if there's a concrete need for
>> it, let's get it done.

> The attached seems to do the trick:

LGTM (by eyeball, didn't test)

			regards, tom lane



Commits

  1. Require version 0.98 of Test::More for TAP tests

  2. Report found versions of required perl modules