File tree 3 files changed +3
-3
lines changed
src/test/perl/PostgreSQL/Test
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19472,7 +19472,7 @@ fi
19472
19472
19473
19473
if test "x$PERL" != x; then
19474
19474
ax_perl_modules_failed=0
19475
- for ax_perl_module in 'IPC::Run 0.79' 'Test::More 0.87 ' 'Time::HiRes 1.52' ; do
19475
+ for ax_perl_module in 'IPC::Run 0.79' 'Test::More 0.98 ' 'Time::HiRes 1.52' ; do
19476
19476
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl module $ax_perl_module" >&5
19477
19477
$as_echo_n "checking for perl module $ax_perl_module... " >&6; }
19478
19478
Original file line number Diff line number Diff line change @@ -2386,7 +2386,7 @@ if test "$enable_tap_tests" = yes; then
2386
2386
# but some distros omit them in a minimal installation.
2387
2387
# The required minimum versions are all quite ancient now, but specify
2388
2388
# them anyway for documentation's sake.
2389
- AX_PROG_PERL_MODULES ( [ IPC::Run=0.79 Test::More=0.87 Time::HiRes=1.52] , ,
2389
+ AX_PROG_PERL_MODULES ( [ IPC::Run=0.79 Test::More=0.98 Time::HiRes=1.52] , ,
2390
2390
[ AC_MSG_ERROR ( [ Additional Perl modules are required to run TAP tests] ) ] )
2391
2391
fi
2392
2392
# Now make sure we know where prove is
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ use PostgreSQL::Test::SimpleTee;
60
60
61
61
# specify a recent enough version of Test::More to support the
62
62
# done_testing() function
63
- use Test::More 0.87 ;
63
+ use Test::More 0.98 ;
64
64
65
65
our @EXPORT = qw(
66
66
generate_ascii_string
You can’t perform that action at this time.
0 commit comments