X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=9ecf35374a68461537eaea0c8e35aa1063fa7434;hp=047562f609bc3f47f74bff7a35725506dc036e04;hb=907c9c830593819ba24a822214ec427f3bc5bfb5;hpb=8506bc0849fa561ef232a09e0394c417bc437aa2 diff --git a/Makefile.PL b/Makefile.PL index 047562f..9ecf353 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.29, + 'MRO::Compat' => 0, # required to fatpack Moo 'Class::C3' => 0, # required to fatpack Moo - 'String::ShellEscape' => 0, # required for ssh argument manipulation + 'String::ShellQuote' => 0, # required for ssh argument manipulation + 'Log::Contextual' => 0.005000 }, EXE_FILES => [ 'bin/object-remote-node',