Simplify version check for SKIP clause
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Sat, 8 Apr 2023 21:32:11 +0000 (23:32 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Sat, 8 Apr 2023 21:32:11 +0000 (23:32 +0200)
commit6ff2e8cdd410f70057cfa6259ad395c1119aeb32
tree8d99cbeff43a47a5c2190c968269697bf9414fbb
parent980e8879f54a7a00ca6a5bae2fe9486c87ef3e8e
Simplify version check for SKIP clause

Checking for the required versions of IO::Pty as well as IPC::Run
can be achieved with a single eval call, and by using the VERSION
function the comparison is guaranteed to follow the same rules as
calling 'use' on the module with a version.

Reported-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/6d880ea2-f8ca-f458-4dcd-a7a3e6d6cd7c@dunslane.net
src/test/authentication/t/001_password.pl