include subdirectories in author tests
Graham Knop [Mon, 23 Dec 2013 02:38:22 +0000 (21:38 -0500)]
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' },
     });
   }