Use Test::Builder::todo_start(), replacing $::TODO.

Noah Misch <noah@leadboat.com>

Commit: b3558cc96cd9714d879774d13c5bab12ef027864
Author: Noah Misch <noah@leadboat.com>
Date: 2022-02-10T02:17:03Z
Releases: 13.7
Use Test::Builder::todo_start(), replacing $::TODO.

Some pre-2017 Test::More versions need perfect $Test::Builder::Level
maintenance to find the variable.  Buildfarm member snapper reported an
overall failure that the file intended to hide via the TODO construct.
That trouble was reachable in v11 and v10.  For later branches, this
serves as defense in depth.  Back-patch to v10 (all supported versions).

Discussion: https://postgr.es/m/20220202055556.GB2745933@rfd.leadboat.com

Files

PathChange+/−
contrib/amcheck/t/003_cic_2pc.pl modified +2 −1

Discussion