Content-Length: 256333 | pFad | http://github.com/postgrespro/postgres_cluster/commit/f92562adbaa614cf185dc170417b9c2c238573b8

AF Require sufficiently modern version of Test::More for TAP tests · postgrespro/postgres_cluster@f92562a · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/f92562adbaa614cf185dc170417b9c2c238573b8

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy