X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=56a62011bd73845d0ae349e12e67aa1626688d61;hb=dfd7ef2599a66095e5bfcf0d01557374adc4686d;hp=96fc740001a106b72abc72bdbd530be0b3547f29;hpb=68604670d860e8a1031104feb7bfb6695c61818f;p=p5sagit%2FSub-Name.git diff --git a/Makefile.PL b/Makefile.PL index 96fc740..56a6201 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,7 @@ use lib 'inc'; use ExtUtils::MakeMaker::Dist::Zilla::Develop; WriteMakefile( NAME => 'Sub::Name', + VERSION_FROM => 'lib/Sub/Name.pm', INSTALLMAN1DIR => 'none', INSTALLMAN3DIR => 'none', );