projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1002e78
)
avoid overwriting PERL_MM_OPT
Karen Etheridge [Tue, 21 Jun 2016 02:36:06 +0000 (19:36 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
5ddd340
..
f0b01bc
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-3,11
+3,10
@@
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',
INSTALLMAN1DIR => 'none',
INSTALLMAN3DIR => 'none',
+ NORECURS => 1,
);