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=beaee5a1ec2d8d70222163de995aa99adff0f052;hpb=92237e220c2a5af3d535319c94bb3f9c1faeceb9 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' ], );