projects
/
p5sagit/Devel-GlobalDestruction-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a7dc915
)
add explicit perl prereq
Graham Knop [Tue, 11 Aug 2020 00:45:18 +0000 (
02:45
+0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
eb9adee
..
a148285
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-7,6
+7,11
@@
my %META = (
license => 'perl_5',
dynamic_config => 0,
prereqs => {
+ runtime => {
+ requires => {
+ perl => '5.006',
+ },
+ },
develop => {
requires => {
'Test::Pod' => 0,