my @tests = qw {t/*.t t/*/*.t}; WriteMakefile ( ... test => {TESTS => $^O eq 'MSWin32' ? "@{[map {glob} @tests]}" : "@tests" } );