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