mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Raise Test::More version requirement
Since ed8a7c6fcf
, version 0.87 is
required.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user