projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2c84d6
)
include subdirectories in author tests
Graham Knop [Mon, 23 Dec 2013 02:38:22 +0000 (21:38 -0500)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
f27036d
..
ee2b805
100644
(file)
--- 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' },
});
}