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 (); ...@@ -18,8 +18,8 @@ use File::Temp ();
use IPC::Run; use IPC::Run;
use SimpleTee; use SimpleTee;
# specify a recent enough version of Test::More to support the note() function # specify a recent enough version of Test::More to support the done_testing() function
use Test::More 0.82; use Test::More 0.87;
our @EXPORT = qw( our @EXPORT = qw(
generate_ascii_string 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