fix bad dep in makefile
[scpubgit/Object-Remote.git] / Makefile.PL
index 047562f..f3c9a27 100644 (file)
@@ -13,7 +13,7 @@ WriteMakefile(
     'JSON::PP' => 0,
     'CPS::Future' => 0,
     'Class::C3' => 0, # required to fatpack Moo
-    'String::ShellEscape' => 0, # required for ssh argument manipulation
+    'String::ShellQuote' => 0, # required for ssh argument manipulation
   },
   EXE_FILES => [
     'bin/object-remote-node',