# package the same symbol table as the older package. See PostgresNode::new
# for supporting heuristics.
-package PostgreSQL::Test::Cluster;
-
use strict;
use warnings;
-
-use PostgresNode;
BEGIN { *PostgreSQL::Test::Cluster:: = \*PostgresNode::; }
-
-use Exporter 'import';
+use PostgresNode ();
1;
# Allow use of release 15+ Perl package name in older branches, by giving that
# package the same symbol table as the older package.
-package PostgreSQL::Test::Utils;
-
use strict;
use warnings;
-
-use TestLib;
BEGIN { *PostgreSQL::Test::Utils:: = \*TestLib::; }
-
-use Exporter 'import';
+use TestLib ();
1;