X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=197ad7cb9d9226af23db5470aae49b50c45eeec0;hb=f225a19938aca6ee9f1effd7d0eb64e90657e30f;hp=8ab218b6396ccc4d1e73f85f6d2bc8fce5ce5913;hpb=245798e6f18add5fb766cfa378460f2a2a65f804;p=scpubgit%2FObject-Remote.git diff --git a/Makefile.PL b/Makefile.PL index 8ab218b..197ad7c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,