X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c5e8f755bb12d0c7af08484ef40b31696007267d;hb=b10f7b24841937ce24963e8185af3b418c1eebfd;hp=7dcccb62593b06d02448dfeda754affadc19a6fb;hpb=9e72f0cf54e92bccdba71eb75037f1cfe4f69f36;p=scpubgit%2FObject-Remote.git diff --git a/Makefile.PL b/Makefile.PL index 7dcccb6..c5e8f75 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,4 +13,5 @@ WriteMakefile( 'JSON::PP' => 0, 'CPS::Future' => 0, }, + EXE_FILES => [ 'bin/object-remote-node' ], );