stop trying to build old release directories I have lying around
Karen Etheridge [Sun, 24 Apr 2016 09:29:53 +0000 (10:29 +0100)]
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',