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