projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4af3e2a
)
move XS prereqs to suggests rather than recommends
Graham Knop [Mon, 18 Apr 2016 01:41:16 +0000 (21:41 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
cf7f30e
..
a1af352
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-26,7
+26,7
@@
my %META = (
requires => {
perl => '5.006',
},
- recommends => {
+ suggests => {
%extra_prereqs,
},
},