diff options
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Utils.pm')
-rw-r--r-- | src/test/perl/PostgreSQL/Test/Utils.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Utils.pm b/src/test/perl/PostgreSQL/Test/Utils.pm index 5a7f8bcb974..378d3f7bc1b 100644 --- a/src/test/perl/PostgreSQL/Test/Utils.pm +++ b/src/test/perl/PostgreSQL/Test/Utils.pm @@ -58,8 +58,7 @@ use File::Temp (); use IPC::Run; use PostgreSQL::Test::SimpleTee; -# specify a recent enough version of Test::More to support the -# done_testing() function +# We need a version of Test::More recent enough to support subtests use Test::More 0.98; our @EXPORT = qw( |