mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Raise Test::More version requirement
Since ed8a7c6fcf, version 0.87 is
required.
This commit is contained in:
parent
1ffb63a2a1
commit
f0ae2fa88b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue