Re: Test::More version

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Test::More version
Date: 2021-11-16 16:05:43
Message-ID: 6e6a5af4-1b30-ae07-b6a9-cdcc6eb81dc1@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 11/15/21 14:14, Tom Lane wrote:
> =?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari(at)ilmari(dot)org> writes:
>> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>>> Based on this, I'm inclined to think we should select 0.98 as the
>>> minimum version. Anything later would inconvenience some people.
>>> OTOH, it doesn't look like there's any value in promising compatibility
>>> with 0.96 instead, especially since I see a couple of subplan-related
>>> bug fixes in 0.97 and 0.98 in Test::Simple's changelog.
>> FWIW, here's a list of Test::More versions shipped with various Perl
>> releases. Since v5.12.0, the version does not change in minor releases.
>> ...
>> v5.12.0 0.94
>> v5.14.0 0.98
> Ah-hah, that's a good way to think about it too. There's surely
> little reason in worrying about a module version that did not ship
> in any Perl release, because what 99.9% of people will have is what
> shipped with their Perl release.
>
>

And newer versions of Test::Simple/Test::More still work with very old
versions of perl. jacana runs prove with perl 5.8.8 but has Test::More
1.001014

So I agree 0.98 seems like a perfectly reasonable target. You should be
able to drop a replacement on prairiedog quite simply. For jacana I just
unpacked it and pointed PERL5LIB at it.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-11-16 16:07:36 Re: Granting SET and ALTER SYSTE privileges for GUCs
Previous Message Bossart, Nathan 2021-11-16 16:01:54 Re: add recovery, backup, archive, streaming etc. activity messages to server logs along with ps display