projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d78688
)
update prereqs for meta v2
Graham Knop [Tue, 5 Nov 2013 23:35:57 +0000 (18:35 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7c80f4c
..
cf63958
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-26,10
+26,14
@@
WriteMakefile(
},
},
- recommends => {
- indirect => 0,
- multidimensional => 0,
- 'bareword::filehandles' => 0,
+ prereqs => {
+ runtime => {
+ recommends => {
+ indirect => 0,
+ multidimensional => 0,
+ 'bareword::filehandles' => 0,
+ },
+ },
},
},
);