From: Karen Etheridge Date: Sun, 24 Apr 2016 09:29:53 +0000 (+0100) Subject: stop trying to build old release directories I have lying around X-Git-Tag: v0.16~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=973f8df86861512f98dcf6e8c2353a78b1d9e8d1 stop trying to build old release directories I have lying around --- diff --git a/Makefile.PL b/Makefile.PL index 56a6201..5ddd340 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',