From: Matt S Trout Date: Mon, 15 Oct 2012 10:33:20 +0000 (+0000) Subject: remove IO::Prompter (xt/ - author side only) X-Git-Tag: v0.003001_01~131 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=0b94aa5fa0f3e97c83e6bcf609b5dfe9a6f964e3 remove IO::Prompter (xt/ - author side only) --- diff --git a/Makefile.PL b/Makefile.PL index 197ad7c..6ee313e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,9 +7,6 @@ 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,