Require sufficiently modern version of Test::More for TAP tests

Andrew Dunstan <andrew@dunslane.net>

Commit: f92562adbaa614cf185dc170417b9c2c238573b8
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2017-04-22T14:04:01Z
Releases: 10.0
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.

Files

PathChange+/−
src/test/perl/TestLib.pm modified +2 −1