projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b3b54d7
)
add bin dir and test helpers to manifest
Robert 'phaylon' Sedlacek [Thu, 30 Aug 2012 21:21:12 +0000 (21:21 +0000)]
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
05af156
..
6e047b4
100644
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-6,3
+6,9
@@
use lib 'Distar/lib';
use Distar;
author 'Robert Sedlacek <r.sedlacek@shadowcat.co.uk>';
+
+manifest_include $_ => qr{.*} for qw(
+ bin
+ t/bin
+ t/data
+);