From: Graham Knop Date: Mon, 23 Dec 2013 02:38:22 +0000 (-0500) Subject: include subdirectories in author tests X-Git-Tag: v0.002000~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c194baba7a0f7264897c76d143f4e299a9cede73;p=p5sagit%2FDistar.git include subdirectories in author tests --- diff --git a/lib/Distar.pm b/lib/Distar.pm index f27036d..ee2b805 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -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' }, }); }