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