in reply to JUnit XML log

hello, you can produce any XML you like with many XML modules on CPAN (just do not take XML::Simple). My fovourite is XML::Twig which has his own site with extra docs and examples.

L*
Update: some reads: http://damien.krotkine.com/2009/11/25/perl-tests-in-hudson-via-junit.html and http://blogs.perl.org/users/confuseacat/2011/09/perl-testing-with-jenkinshudson-avoiding-some-pitfalls.html

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

Replies are listed 'Best First'.
Re^2: JUnit XML log
by albal (Initiate) on Jun 23, 2015 at 10:58 UTC

    Hi Discipulus, Thanks you, I am already thinking to try with XML::Twig Let me see, what I will get from it. Thanks for the tip..