Skip to content

Commit f92562a

Browse files
committed
Require sufficiently modern version of Test::More for TAP tests
Ancient versions of Test::More don't support the note() function used in some TAP tests, so we require the minimum version of the module that does.
1 parent 5041cdf commit f92562a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/perl/TestLib.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ use File::Spec;
1717
use File::Temp ();
1818
use IPC::Run;
1919
use SimpleTee;
20-
use Test::More;
20+
# specify a recent enough version of Test::More to support the note() function
21+
use Test::More 0.82;
2122

2223
our @EXPORT = qw(
2324
generate_ascii_string

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy