Release commit for 0.001001
[scpubgit/Object-Remote.git] / Makefile.PL
index 7dcccb6..215ba95 100644 (file)
@@ -13,4 +13,9 @@ WriteMakefile(
     'JSON::PP' => 0,
     'CPS::Future' => 0,
   },
+  EXE_FILES => [
+    'bin/object-remote-node',
+    'bin/object-remote-slave',
+    'bin/remoterepl',
+  ],
 );