From: Peter Eisentraut Date: Tue, 6 Mar 2018 19:42:10 +0000 (-0500) Subject: Raise Test::More version requirement X-Git-Tag: REL_11_BETA1~644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0ae2fa88bb97eaab2b6df7a0e7e503f392d3181;p=thirdparty%2Fpostgresql.git Raise Test::More version requirement Since ed8a7c6fcf92b6b57ed8003bbd4a4eb92a6039bc, version 0.87 is required. --- diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index fdd427608ba..7d017d49bd0 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -18,8 +18,8 @@ use File::Temp (); use IPC::Run; use SimpleTee; -# specify a recent enough version of Test::More to support the note() function -use Test::More 0.82; +# specify a recent enough version of Test::More to support the done_testing() function +use Test::More 0.87; our @EXPORT = qw( generate_ascii_string