From: Tyler Riddle Date: Wed, 10 Oct 2012 23:48:49 +0000 (-0700) Subject: fix bad dep in makefile X-Git-Tag: v0.003001_01~98 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=0839d9bdcd1010b259df2a039a8a449e607aa6c4 fix bad dep in makefile --- diff --git a/Makefile.PL b/Makefile.PL index 047562f..f3c9a27 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',