Hi Mark,
Mark Dootson schrieb:
How about setting which tests to run explicitly? The following change to
Makefile.PL does it.
my $pgentest = (!$par and $cc) ? ' t/10-parl-generation.t ' : '';
my $tests = qq(t/00-pod.t$pgentest t/20-pp.t t/30-current_exec.t);
makemaker_args(
test => { TESTS => $tests },
of course, it means you have to update Makefile.PL if you add extra test
scripts - but it is the simplest way I could think of.
Just to follow up on this issue: I just applied this patch of yours. Thanks!
Cheers,
Steffen