projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8885b26
)
missing build dependency on IO::Prompter
Tyler Riddle [Tue, 4 Sep 2012 16:12:21 +0000 (09:12 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6ee313e
..
197ad7c
100644
(file)
--- 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,