capitalize abstract
[p5sagit/Sub-Name.git] / Makefile.PL
index 56a6201..5ddd340 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use warnings;
 use lib 'inc';
 use ExtUtils::MakeMaker::Dist::Zilla::Develop;
+
+$ENV{PERL_MM_OPT} = 'NORECURS=1';
+
 WriteMakefile(
     NAME => 'Sub::Name',
     VERSION_FROM => 'lib/Sub/Name.pm',