From: Tyler Riddle Date: Tue, 4 Sep 2012 16:12:21 +0000 (-0700) Subject: missing build dependency on IO::Prompter X-Git-Tag: v0.003001_01~133 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=d1ed599c61b6c2183e485221d108c3f9980fd9e0 missing build dependency on IO::Prompter --- 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,