projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bb5ea74
)
Don't skip t/mod/*.pm from MANIFEST
v0.9.4
David Leadbeater [Wed, 12 Jan 2011 21:58:24 +0000 (21:58 +0000)]
MANIFEST.SKIP
patch
|
blob
|
blame
|
history
diff --git
a/MANIFEST.SKIP
b/MANIFEST.SKIP
index
da2f74e
..
ebc7972
100644
(file)
--- a/
MANIFEST.SKIP
+++ b/
MANIFEST.SKIP
@@
-1
+1
@@
-^(?!bin/\w+|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
+^(?!bin/\w+|examples/[^\.]+|lib/[\/\w]+\.p(m|od)|inc/|t/\w+\.t|t/.+\.pm$|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)