Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I want to migrate my existing TAP v12 diag explain statements to TAP v13. Test::More::Diagnostic appears to be the best way to do this. I am happy to convert my diag text to a hash reference, then use TAP::Parser::YAMLish::Writer perhaps to convert that to YAML (or via some other module?).
What I currently am not understanding is how to append the YAML to my TAP, which is ultimately written to .tap files by TAP::Harness.
Wisdom much appreciated here!