pgsql: Remove use of perl parent module in Cluster.pm

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove use of perl parent module in Cluster.pm
Date: 2022-03-31 18:17:26
Message-ID: E1nZzML-000BpI-Me@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d5f43a1a10f688e2437ffb7d454d0a2d57308bff

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-31 18:18:33 Re: pgsql: Make PostgreSQL::Test::Cluster compatible with all live branches
Previous Message Robert Haas 2022-03-31 18:12:20 Re: pgsql: Add 'basebackup_to_shell' contrib module.