Commit f0ae2fa8 authored by Peter Eisentraut's avatar Peter Eisentraut

Raise Test::More version requirement

Since ed8a7c6f, version 0.87 is
required.
parent 1ffb63a2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment