From: chrisn <apeiron@cpan.org>
Date: Tue, 7 Aug 2012 20:11:01 +0000 (+0000)
Subject: add IO::Prompter to Makefile.PL
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ee3970165b4abc1b5229cde3bddc0f6cd76feae;p=scpubgit%2FObject-Remote.git

add IO::Prompter to Makefile.PL
---

diff --git a/Makefile.PL b/Makefile.PL
index 8ab218b..d85e0f4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,6 +13,7 @@ WriteMakefile(
     'JSON::PP' => 0,
     'CPS::Future' => 0,
     'Class::C3' => 0, # required to fatpack Moo
+    'IO::Prompter' => 0,
   },
   EXE_FILES => [
     'bin/object-remote-node',