switch from CPS::Future to Future
[scpubgit/Object-Remote.git] / Makefile.PL
index 4e934be..2cdb3e3 100644 (file)
@@ -11,7 +11,8 @@ WriteMakefile(
     Moo => 0,
     'Module::Runtime' => 0,
     'JSON::PP' => 0,
-    'CPS::Future' => 0,
+    'Future' => 0.10,
+    'MRO::Compat' => 0, # required to fatpack Moo
     'Class::C3' => 0, # required to fatpack Moo
     'String::ShellQuote' => 0, # required for ssh argument manipulation
     'Log::Contextual' => 0.005000