X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=96fc740001a106b72abc72bdbd530be0b3547f29;hb=dd1de3caeb8ed493efa0196455c6358fe93ec292;hp=29249eb26a60233fbe228d9b30ddab54f669d74f;hpb=1cd6d141fd7279752746cfd7b3e2ae03bf2fe023;p=p5sagit%2FSub-Name.git diff --git a/Makefile.PL b/Makefile.PL index 29249eb..96fc740 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,4 +2,8 @@ use strict; use warnings; use lib 'inc'; use ExtUtils::MakeMaker::Dist::Zilla::Develop; -WriteMakefile(NAME => 'Sub::Name'); +WriteMakefile( + NAME => 'Sub::Name', + INSTALLMAN1DIR => 'none', + INSTALLMAN3DIR => 'none', +);