projects
/
p5sagit/Import-Into.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15c32aa
)
always specify a base prereq for EUMM
Karen Etheridge [Wed, 9 Jul 2014 16:59:04 +0000 (09:59 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
95c4f76
..
bedec21
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-28,6
+28,11
@@
my %WriteMakefileArgs = (
META_ADD => {
prereqs => {
+ configure => {
+ requires => {
+ 'ExtUtils::MakeMaker' = 0,
+ },
+ },
runtime => {
requires => {
'strict' => '0',