Remove the last vestiges of Exporter from PostgresNode
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:08 +0000 (05:58 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 29 Jul 2021 09:58:08 +0000 (05:58 -0400)
commit5dc932f9e7b7d1992abd33d1c519899dd1c30272
tree22d79c215b4a9909a067453ff4c0405dab865489
parent201a76183e2056c2217129e12d68c25ec9c559c8
Remove the last vestiges of Exporter from PostgresNode

Clients wanting to call get_free_port now need to do so via a qualified
name: PostgresNode::get_free_port().
src/bin/pg_ctl/t/001_start_stop.pl
src/test/kerberos/t/001_auth.pl
src/test/ldap/t/001_auth.pl
src/test/perl/PostgresNode.pm