include subdirectories in author tests
[p5sagit/Distar.git] / lib / Distar.pm
index f27036d..ee2b805 100644 (file)
@@ -116,7 +116,7 @@ sub run_preflight {
       %$args,
       AUTHOR => $Distar::Author,
       ABSTRACT_FROM => $args->{VERSION_FROM},
-      test => { TESTS => ($args->{test}{TESTS}||'t/*.t').' xt/*.t' },
+      test => { TESTS => ($args->{test}{TESTS}||'t/*.t').' xt/*.t xt/*/*.t' },
     });
   }