X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=4e934be1c7a31f000c249897975fd3cbd2549f20;hp=197ad7cb9d9226af23db5470aae49b50c45eeec0;hb=5ccce2d5c1fb651f83c73c811069003e4a591a53;hpb=d1ed599c61b6c2183e485221d108c3f9980fd9e0 diff --git a/Makefile.PL b/Makefile.PL index 197ad7c..4e934be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,15 +7,14 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', - BUILD_REQUIRES => { - 'IO::Prompter' => 0, - }, PREREQ_PM => { Moo => 0, 'Module::Runtime' => 0, 'JSON::PP' => 0, 'CPS::Future' => 0, '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',