missing build dependency on IO::Prompter
[scpubgit/Object-Remote.git] / Makefile.PL
index 8ab218b..197ad7c 100644 (file)
@@ -5,8 +5,11 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Object-Remote',
+  NAME => 'Object::Remote',
   VERSION_FROM => 'lib/Object/Remote.pm',
+  BUILD_REQUIRES => {
+     'IO::Prompter' => 0,      
+  },
   PREREQ_PM => {
     Moo => 0,
     'Module::Runtime' => 0,