X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=745aaaff51015d19f2454db764c194c3ff25f490;hp=6ee313ea9532640161c617365a18269c024e94d9;hb=dd6e1327e96d5488e34f7519d9d3290627c9bbe8;hpb=8885b26faa15744bcd3c10a3cd27aaaf6da61c8b diff --git a/Makefile.PL b/Makefile.PL index 6ee313e..745aaaf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,11 +8,14 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 0, + Moo => 1.006, 'Module::Runtime' => 0, 'JSON::PP' => 0, - 'CPS::Future' => 0, + 'Future' => 0.29, + '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',