projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aaec084
)
add Class::Load to dev prereqs
master
Graham Knop [Fri, 29 Nov 2019 11:04:28 +0000 (12:04 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
dcd9918
..
32578a0
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-32,6
+32,7
@@
my %META = (
},
develop => {
requires => {
+ 'Class::Load' => 0,
},
},
},