Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 32476
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: andy [...] hexten.net
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.07
Fixed in: (no value)



Subject: support "out" option in Test::Harness
C:>diff C:\usr\lib\Test\Harness.pm Harness.pm.old 222d221 < my ($sub_args) = @_; 254,255d252 < < $args->{stdout} = $sub_args->{out} if exists $sub_args->{out}; 344c341 < my $harness = _new_harness(\%args); --- Show quoted text
> my $harness = _new_harness();
362c359 < # harness executes. --- Show quoted text
> #┬ harness executes.
590a588 Show quoted text
>
This brings old (2.64) behaviour to new Test::Harness
Thanks Renee. I've just made the change in svn. It'll appear in the next release.