adjust comment to make defensiveness clear
[scpubgit/Object-Remote.git] / Makefile.PL
index 4cd8800..745aaaf 100644 (file)
@@ -8,10 +8,10 @@ WriteMakefile(
   NAME => 'Object::Remote',
   VERSION_FROM => 'lib/Object/Remote.pm',
   PREREQ_PM => {
-    Moo => 1.001,
+    Moo => 1.006,
     'Module::Runtime' => 0,
     'JSON::PP' => 0,
-    'Future' => 0.10,
+    'Future' => 0.29,
     'MRO::Compat' => 0, # required to fatpack Moo
     'Class::C3' => 0, # required to fatpack Moo
     'String::ShellQuote' => 0, # required for ssh argument manipulation