Raise Test::More version requirement
Since ed8a7c6fcf92b6b57ed8003bbd4a4eb92a6039bc, version 0.87 is required.
This commit is contained in:
parent
1ffb63a2a1
commit
f0ae2fa88b
@ -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…
x
Reference in New Issue
Block a user