the rules larger than necessary, and potentially slows things down.
p4raw-id: //depot/perl@34191
push @next, 'japh' if $torture;
push @next, 'win32' if $^O eq 'MSWin32';
push @seq, { par => [
- map { glob "$_/*.t" } @next
+ map { "$_/*.t" } @next
] };
my @last;