in reply to Re: GUI Interface to Test::* scripts
in thread GUI Interface to Test::* scripts

Thanks for the Test::Harness::Straps tip.

Is there a particular advantage to using IPC::Run or IPC::Open3 over a straight call to the analyze_file method from Test::Harness::Straps? Would using one of them allow for capturing the STDERR output for test failures?

Replies are listed 'Best First'.
Re^3: GUI Interface to Test::* scripts
by chromatic (Archbishop) on Jun 09, 2005 at 17:33 UTC

    Yes, that's exactly the advantage I had in mind, especially if you use a new enough version of Test::Harness::Straps that can parse diagnostic output.