Ensure all perl test modules are installed

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 8bf4705272ef7c8bb39d8f37de069b5a33a2112e
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2022-10-11T07:56:13Z
Releases: 10.23
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

Files

PathChange+/−
src/test/perl/Makefile modified +5 −1

Discussion