in reply to Re: Redirecting STDOUT from internal function with 5.6.1 restrictions
in thread Redirecting STDOUT from internal function with 5.6.1 restrictions

Thanks, but the reason I posted this was because I don't have Test::More available to me. Thanks.
  • Comment on Re^2: Redirecting STDOUT from internal function with 5.6.1 restrictions

Replies are listed 'Best First'.
Re^3: Redirecting STDOUT from internal function with 5.6.1 restrictions
by schwern (Scribe) on Nov 30, 2004 at 22:48 UTC

    Its available from CPAN. http://search.cpan.org/dist/Test-Simple/

    If silly office politics prevent you from installing CPAN modules you can copy the module straight into your test directory and have your tests do "use lib 't/lib'". See http://search.cpan.org/src/MSCHWERN/ExtUtils-MakeMaker-6.23/t/lib/Test/ for an example.

    -- Michael G Schwern