projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52ea694
)
add all scripts
Matt S Trout [Thu, 12 Jul 2012 21:51:44 +0000 (21:51 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
maint/Makefile.PL.include
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c5e8f75
..
215ba95
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-13,5
+13,9
@@
WriteMakefile(
'JSON::PP' => 0,
'CPS::Future' => 0,
},
- EXE_FILES => [ 'bin/object-remote-node' ],
+ EXE_FILES => [
+ 'bin/object-remote-node',
+ 'bin/object-remote-slave',
+ 'bin/remoterepl',
+ ],
);
diff --git
a/maint/Makefile.PL.include
b/maint/Makefile.PL.include
index
dc0d14a
..
0ef9543
100644
(file)
--- a/
maint/Makefile.PL.include
+++ b/
maint/Makefile.PL.include
@@
-6,3
+6,7
@@
use lib 'Distar/lib';
use Distar;
author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
+
+manifest_include(
+ bin => qr/.*/
+);