increment $VERSION after 0.26 release
[p5sagit/Sub-Name.git] / Makefile.PL
index 29249eb..f0b01bc 100644 (file)
@@ -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,
+);