X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=197ad7cb9d9226af23db5470aae49b50c45eeec0;hp=6ee313ea9532640161c617365a18269c024e94d9;hb=d1ed599c61b6c2183e485221d108c3f9980fd9e0;hpb=8885b26faa15744bcd3c10a3cd27aaaf6da61c8b diff --git a/Makefile.PL b/Makefile.PL index 6ee313e..197ad7c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,9 @@ 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,