]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ensure all perl test modules are installed
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 11 Oct 2022 07:56:13 +0000 (09:56 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 11 Oct 2022 07:56:13 +0000 (09:56 +0200)
commit4f6d1cfd6b6f0707e4f4c3479261845263256f77
tree331919cdcb47032e9871f810be9e79c880a3fb8b
parent483d26930b4c804cecb9b074021244bd4b1c8499
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
src/test/perl/Makefile