Greetings,
I would like to know if is it possible to execute tests with TAP::Harness without executing a system call.
I know that the (already deprecated) Test::Harness::Straps uses a open() call to execute the test file and generate the output, so I suppose this is still being used with TAP::Harness. I did a quick look at the code, but couldn't fine anything related.
I'm looking for executing tests without a system call so I could execute tests in a environment like mod_perl without issues.
Thank you all,
Alceu