projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2c11e51
)
include xt/ in MANIFEST since we want the dist to be as close to reh repo as possible
Matt S Trout [Tue, 6 Jul 2010 01:30:05 +0000 (
02:30
+0100)]
Author.PL
patch
|
blob
|
blame
|
history
diff --git
a/Author.PL
b/Author.PL
index
f13e291
..
f4b55a3
100644
(file)
--- a/
Author.PL
+++ b/
Author.PL
@@
-44,6
+44,8
@@
manifest_include(
'lib' => '.pm',
't' => '.t',
't/lib' => '.pm',
+ 'xt' => '.t',
+ 'xt/lib' => '.pm',
'' => '.PL',
'' => qr{Changes|MANIFEST|README|META\.yml}
);