Thread: pgsql: Ensure all perl test modules are installed

pgsql: Ensure all perl test modules are installed

From
Alvaro Herrera
Date:
Ensure all perl test modules are installed

PostgreSQL::Test::Cluster and ::Utils were not being installed.  This is
very hard to notice, as it only seems to affect external modules that
want to run tests from 15 back in earlier versions.  Oversight in
b235d41d9646.

This applies only to branches 14 and back, because 15 had already been
made correct in commit b3b4d8e68ae8.

Discussion: https://postgr.es/m/20221010093415.poplkyn7pjeiv2y7@alvherre.pgsql

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8bf4705272ef7c8bb39d8f37de069b5a33a2112e

Modified Files
--------------
src/test/perl/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)