projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffb63a
)
Raise Test::More version requirement
author
Peter Eisentraut
<
[email protected]
>
Tue, 6 Mar 2018 19:42:10 +0000
(14:42 -0500)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 6 Mar 2018 19:42:10 +0000
(14:42 -0500)
Since
ed8a7c6fcf92b6b57ed8003bbd4a4eb92a6039bc
, version 0.87 is
required.
src/test/perl/TestLib.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/TestLib.pm
b/src/test/perl/TestLib.pm
index fdd427608baf223b93cec9ceaa981a9e8de6bbe4..7d017d49bd01b221fd5918de08339460d4fdfe28 100644
(file)
--- a/
src/test/perl/TestLib.pm
+++ b/
src/test/perl/TestLib.pm
@@
-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.8
2
;
+# specify a recent enough version of Test::More
to support the done_testing
() function
+use Test::More 0.8
7
;
our @EXPORT = qw(
generate_ascii_string