This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Provide defined value for $TODO only where test should not run.
authorJames E Keenan <jkeenan@cpan.org>
Sun, 20 Jan 2019 20:48:19 +0000 (15:48 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sun, 20 Jan 2019 20:48:19 +0000 (15:48 -0500)
commit187a41620b03725e88921c72501b2e72a66ed313
tree7b808787a4fba8804b9ec370a9ffe1db57410a89
parent682600244fff4af0e080e503dac9bdd3778e179c
Provide defined value for $TODO only where test should not run.

Some tests should not be run on older perls.  To indicate that, provide
an undef rather than a defined but false value.

This reflects Test::Builder synch with CPAN for upstream bug fix:
https://github.com/Test-More/test-more/commit/9c269ff6e2b8a7be223ef1df7a254a09ec4dad2d

Note that these should really be SKIPs rather than TODOs (but we can handle that later).
ext/Devel-Peek/t/Peek.t