Report found versions of required perl modules
authorAndrew Dunstan <[email protected]>
Fri, 12 Nov 2021 15:36:30 +0000 (10:36 -0500)
committerAndrew Dunstan <[email protected]>
Fri, 12 Nov 2021 15:36:30 +0000 (10:36 -0500)
commit1593998ae858902e805eb0f8bf3b019399044471
tree1edf0d9724936f331eea7b3289a9c4fbf06a5898
parenta45ed975c58fde7303eeae488b313bf0314383f7
Report found versions of required perl modules

Configure tests for the presence of perl modules required for TAP tests,
and that they meet specified minimum version requirements. This patch
makes it report the version of the module that's actually found rather
than just an 'ok' message. This will help in deciding if we can upgrade
minimum requirements for these modules.

Discussion: https://postgr.es/m/f5e1d308-4e33-37a7-bdf1-f6e0c75119de@dunslane.net
config/ax_prog_perl_modules.m4
configure