]> granicus.if.org Git - postgresql/commit
Require sufficiently modern version of Test::More for TAP tests
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 22 Apr 2017 14:04:01 +0000 (10:04 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 22 Apr 2017 14:04:01 +0000 (10:04 -0400)
commitf92562adbaa614cf185dc170417b9c2c238573b8
treeb7f4b35b9170a467b41d8a23d50396a47947bcbe
parent5041cdf2b79216b10ca90498d9a9b8fd4abf1745
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.
src/test/perl/TestLib.pm