On Wed Oct 24 14:56:32 2007, pcoch wrote:
> In t/pmc/bignum.t there is the todo item:
>
> # XXX Capture STDOUT
> runtest( $_[0], $_[1], $ops{ $ARGV[2] }, $_[3], $round{ $_[4] }, $_[5] );
>
> Which means that the output from stdout needs to be captured (and
> supposedly used) when running individual BigNum tests.
Am stalling this for same reason as RT 46863: there's no sense
fine-tuning the test if there's nothing yet we can test.
When we *do* have something to test, we can use IO::CaptureOutput to
capture the STDOUT.
Thank you very much.
kid51