Remove use of perl parent module in Cluster.pm
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 31 Mar 2022 18:10:47 +0000 (14:10 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 31 Mar 2022 18:10:47 +0000 (14:10 -0400)
commitd5f43a1a10f688e2437ffb7d454d0a2d57308bff
tree611115748e1c746a759f6113d2ce561e577a3cec
parentfea1cc49e4abca7eeb9bb9dd02d7d78abbd8d045
Remove use of perl parent module in Cluster.pm

Commit fb16d2c658 used the old but not quite old enough parent module,
which dates to perl version 5.10.1 as a core module. We still have a
dinosaur or two running older versions of perl, so rather than require
an upgrade in those we simply do in place what parent.pm's import()
would have done for us.

Reviewed by Tom Lane

Discussion: https://postgr.es/m/474104.1648685981@sss.pgh.pa.us
src/test/perl/PostgreSQL/Test/Cluster.pm