From: Matt S Trout Date: Thu, 12 Jul 2012 21:51:44 +0000 (+0000) Subject: add all scripts X-Git-Tag: v0.001001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=80d18f397d2607c240e1237eb64eca1e28e0f0a8 add all scripts --- diff --git a/Makefile.PL b/Makefile.PL index c5e8f75..215ba95 100644 --- 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 --- 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) '; + +manifest_include( + bin => qr/.*/ +);