File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/perl/PostgreSQL/Test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19472,7 +19472,7 @@ fi
1947219472
1947319473if test "x$PERL" != x; then
1947419474 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
1947619476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl module $ax_perl_module" >&5
1947719477$as_echo_n "checking for perl module $ax_perl_module... " >&6; }
1947819478
Original file line number Diff line number Diff line change @@ -2386,7 +2386,7 @@ if test "$enable_tap_tests" = yes; then
23862386 # but some distros omit them in a minimal installation.
23872387 # The required minimum versions are all quite ancient now, but specify
23882388 # 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] , ,
23902390 [ AC_MSG_ERROR ( [ Additional Perl modules are required to run TAP tests] ) ] )
23912391 fi
23922392 # 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;
6060
6161# specify a recent enough version of Test::More to support the
6262# done_testing() function
63- use Test::More 0.87 ;
63+ use Test::More 0.98 ;
6464
6565our @EXPORT = qw(
6666 generate_ascii_string
You can’t perform that action at this time.
0 commit comments