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=4e934be1c7a31f000c249897975fd3cbd2549f20;hb=9a46f6c5479427e967cea4f4ea64b0be7decbd7c;hpb=572a9a00cec239943f92157ec39c44398aad137f diff --git a/Makefile.PL b/Makefile.PL index 4e934be..4cd8800 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,10 +8,11 @@ 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