Hi Monks,
Im working a lot with tests these days and i use Test::More module inside my tests and prove(which uses Test::Harness) to execute the tests.
The fact is that now I need an output in a custom xml detailing tests that failed or succeded and I was wondering what should be the easiest way.
I've been looking at Test::Harness module to see if I con modify it or use it in some way to do what i want, but i think it must be a more elegant way of doing this.