Fix missing installation rules for BackgroundPsql.pm Commit 664d75753 added the BackgroundPsql module with helper functions for tests running interactive or background psql tasks. The new module was however not added to the install rules of the build systems.
Reported-by: Peter Eisentraut <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a4c17c86176cfa712f541b81b2a026ae054b275e Modified Files -------------- src/test/perl/Makefile | 1 + src/test/perl/meson.build | 1 + 2 files changed, 2 insertions(+)
