From 405f32fc49609eb94fa39e7b5e7c1fe2bb2b73aa Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 20 Nov 2021 17:54:43 -0500 Subject: Require version 0.98 of Test::More for TAP tests This means that the subtest feature will be available for use. We expect that this change will make prairiedog go red until it is updated, but other buildfarm animals should be fine. Discussion: https://postgr.es/m/f5e1d308-4e33-37a7-bdf1-f6e0c75119de@dunslane.net --- src/test/perl/PostgreSQL/Test/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test/perl/PostgreSQL/Test/Utils.pm b/src/test/perl/PostgreSQL/Test/Utils.pm index f29d43f1f32..5a7f8bcb974 100644 --- a/src/test/perl/PostgreSQL/Test/Utils.pm +++ b/src/test/perl/PostgreSQL/Test/Utils.pm @@ -60,7 +60,7 @@ use PostgreSQL::Test::SimpleTee; # specify a recent enough version of Test::More to support the # done_testing() function -use Test::More 0.87; +use Test::More 0.98; our @EXPORT = qw( generate_ascii_string -- cgit v1.2.3