projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
401ece0
)
include basic tests in author mode
Matt S Trout [Mon, 25 Jul 2011 04:29:54 +0000 (
04:29
+0000)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
3141c72
..
0ce632d
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-97,7
+97,7
@@
END
ExtUtils::MakeMaker::WriteMakefile(
LICENSE => 'perl',
@_, AUTHOR => our $Author, ABSTRACT_FROM => $args{VERSION_FROM},
- test => { TESTS => ($args{test}{TESTS}||'').' xt/*.t' },
+ test => { TESTS => ($args{test}{TESTS}||'t/*.t').' xt/*.t' },
);
}
}