X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=4cd8800368fc6599f0c9707a9d1207b56b8cbc38;hp=f3c9a27acea351d2d20320e2ec004a6490f9ddec;hb=961077ea7e8e6f0885392bf769e29ee4bf5ad046;hpb=0839d9bdcd1010b259df2a039a8a449e607aa6c4 diff --git a/Makefile.PL b/Makefile.PL index f3c9a27..4cd8800 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,12 +8,14 @@ WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { - Moo => 0, + Moo => 1.001, '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',