update logging api to match log-contextual 0.005
[scpubgit/Object-Remote.git] / Makefile.PL
index 197ad7c..4e934be 100644 (file)
@@ -7,15 +7,14 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
   NAME => 'Object::Remote',
   VERSION_FROM => 'lib/Object/Remote.pm',
-  BUILD_REQUIRES => {
-     'IO::Prompter' => 0,      
-  },
   PREREQ_PM => {
     Moo => 0,
     'Module::Runtime' => 0,
     'JSON::PP' => 0,
     'CPS::Future' => 0,
     'Class::C3' => 0, # required to fatpack Moo
+    'String::ShellQuote' => 0, # required for ssh argument manipulation
+    'Log::Contextual' => 0.005000
   },
   EXE_FILES => [
     'bin/object-remote-node',