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=8ab218b6396ccc4d1e73f85f6d2bc8fce5ce5913;hb=e42ea8c86203339ab8290ec9f6647778f0bdec1c;hpb=245798e6f18add5fb766cfa378460f2a2a65f804 diff --git a/Makefile.PL b/Makefile.PL index 8ab218b..2cdb3e3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,14 +5,17 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Object-Remote', + NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { 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',