fixup dependency versions fix_core
Matt S Trout [Sat, 3 Nov 2012 19:03:43 +0000 (19:03 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index af190db..f145b7a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - Fixup dependency versions
   - Propagate errors from FatNode code
   - Fall back to core non-arch modules in FatNode
   - Fix module name in Makefile.PL
index 6ee313e..b5305b4 100644 (file)
@@ -8,11 +8,11 @@ WriteMakefile(
   NAME => 'Object::Remote',
   VERSION_FROM => 'lib/Object/Remote.pm',
   PREREQ_PM => {
-    Moo => 0,
-    'Module::Runtime' => 0,
-    'JSON::PP' => 0,
-    'CPS::Future' => 0,
-    'Class::C3' => 0, # required to fatpack Moo
+    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',