Exclude vendorarch and sitearch from FatNode and ModuleSender
[scpubgit/Object-Remote.git] / Makefile.PL
index c5e8f75..8ab218b 100644 (file)
@@ -12,6 +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' ],
+  EXE_FILES => [
+    'bin/object-remote-node',
+    'bin/object-remote-slave',
+    'bin/remoterepl',
+  ],
 );