fixup dependency versions
[scpubgit/Object-Remote.git] / Makefile.PL
index 7dcccb6..b5305b4 100644 (file)
@@ -5,12 +5,18 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Object-Remote',
+  NAME => 'Object::Remote',
   VERSION_FROM => 'lib/Object/Remote.pm',
   PREREQ_PM => {
-    Moo => 0,
-    'Module::Runtime' => 0,
-    'JSON::PP' => 0,
-    'CPS::Future' => 0,
+    Moo => 1.000005,
+    'Module::Runtime' => 0.013,
+    'JSON::PP' => 2.27200,
+    'CPS::Future' => 0.17,
+    'Class::C3' => 0.24, # required to fatpack Moo
   },
+  EXE_FILES => [
+    'bin/object-remote-node',
+    'bin/object-remote-slave',
+    'bin/remoterepl',
+  ],
 );