projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
855bf3a
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
56a6201
..
5ddd340
100644
(file)
--- 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',