X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f0b01bcea8e78030d853014105cce7c209ffb1b3;hb=04f447d361edc7809ad1ae2c945187bab4c29f80;hp=56a62011bd73845d0ae349e12e67aa1626688d61;hpb=dfd7ef2599a66095e5bfcf0d01557374adc4686d;p=p5sagit%2FSub-Name.git diff --git a/Makefile.PL b/Makefile.PL index 56a6201..f0b01bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,9 +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, );