Binary package “libtap-harness-junit-perl” in ubuntu noble

module to generate JUnit compatible output from TAP results

 TAP::Harness::JUnit provides a test harness that runs TAP tests and outputs
 JUnit-compatible XML.
 .
 It is useful for integrating Perl test suites with software that expects
 JUnit output, for example Jenkins.
 .
 The only difference between TAP::Harness::JUnit and TAP::Harness is that this
 module adds the optional arguments 'xmlfile', 'package', and 'namemangle'
 that cause the output to be formatted into XML in a format similar to the one
 that is produced by the JUnit testing framework.