X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=c5e8f755bb12d0c7af08484ef40b31696007267d;hp=7dcccb62593b06d02448dfeda754affadc19a6fb;hb=52ea6942884ef28f16371311565cb01d19bc1975;hpb=9e72f0cf54e92bccdba71eb75037f1cfe4f69f36 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' ], );