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