# from James Keenan via RT # on Wednesday 27 February 2008 09:40: >The output of Test::Builder changed at 0.64_01, which falls in between >the 0.60 we had in the distro and the 0.72 which most (but not all) of >our developers are likely to be using now. >... >Two possible solutions: Either eliminate those 6 tests entirely, or >rewrite the tests to make the regexes which need to be matched > tolerant of the differences between Test::Builder 0.60 and 0.72 in > this regard.
Are you depending on having Test::Harness 3? If so, the TAP::Harness and/or TAP::Parser API should make parsing TAP less fragile than hand-rolled regexps. --Eric