Subject: | #12490 changes causing a cascade of pain |
* Changed the standard failure diagnostics to include the test name.
[rt.cpan.org 12490]
I didn't notice the effects until this week when the production release came out, but when you did this and changed the STDERR output format you broke test test-testing modules (including at least Test::Builder::Tester) which is causing cascading failures... breaking Test::Builder::Tester breaks all the Test:: modules that use it, which breaks all the normal modules that use THEM, and so on and so forth recursively.
Can you do an emergency back out of this change and release a new Test::More version ASAP. Then if you want to reapply this change, coordinate with all the people that have dependencies on the format of Test::More's output.
Thanks
Adam K