I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-10-24 03:34:00-07 by arfreitas
execute tests without a system call

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

Direct Responses: Write a response