For PostgreSQL::Test compatibility, alias entire package symbol tables.
authorNoah Misch <[email protected]>
Sat, 25 Jun 2022 16:07:44 +0000 (09:07 -0700)
committerNoah Misch <[email protected]>
Sat, 25 Jun 2022 16:07:46 +0000 (09:07 -0700)
commit38790408b02083e00d0f01c28ac6a25d82c328cc
treed103b4007f6bbcfbf66717299ef6764675c5fbb8
parentd873b5a5a34069a316df77285b231b792aee1349
For PostgreSQL::Test compatibility, alias entire package symbol tables.

Remove the need to edit back-branch-specific code sites when
back-patching the addition of a PostgreSQL::Test::Utils symbol.  Replace
per-symbol, incomplete alias lists.  Give old and new package names the
same EXPORT and EXPORT_OK semantics.  Back-patch to v10 (all supported
versions).

Reviewed by Andrew Dunstan.

Discussion: https://postgr.es/m/20220622072144[email protected]
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/perl/PostgreSQL/Test/Utils.pm
src/test/perl/PostgresNode.pm
src/test/perl/TestLib.pm