X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=8ab218b6396ccc4d1e73f85f6d2bc8fce5ce5913;hp=7dcccb62593b06d02448dfeda754affadc19a6fb;hb=df8e0ca6a336fb37fd14d40fa345e787bc75b8c2;hpb=9e72f0cf54e92bccdba71eb75037f1cfe4f69f36 diff --git a/Makefile.PL b/Makefile.PL index 7dcccb6..8ab218b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,5 +12,11 @@ WriteMakefile( 'Module::Runtime' => 0, 'JSON::PP' => 0, 'CPS::Future' => 0, + 'Class::C3' => 0, # required to fatpack Moo }, + EXE_FILES => [ + 'bin/object-remote-node', + 'bin/object-remote-slave', + 'bin/remoterepl', + ], );