X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=2cdb3e30a739a100b0b2a6b3a4ae54178c28178c;hp=6ee313ea9532640161c617365a18269c024e94d9;hb=d002a2eac8f0900b6c5f1387ca4a5ecd8cd8cf42;hpb=0b94aa5fa0f3e97c83e6bcf609b5dfe9a6f964e3 diff --git a/Makefile.PL b/Makefile.PL index 6ee313e..2cdb3e3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,11 @@ 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 }, EXE_FILES => [ 'bin/object-remote-node',