projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ef514ff
)
add explicit dependency on the ::Install::Files module that ExtUtils::Depends uses
Karen Etheridge [Fri, 12 May 2017 10:00:43 +0000 (12:00 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b6cd105
..
b127727
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-29,6
+29,7
@@
WriteMakefile(
# minimum version that depends on ExtUtils::Depends 0.302
'B::Hooks::OP::Check' => '0.19',
+ 'B::Hooks::OP::Check::Install::Files' => '0.19',
},
PREREQ_PM => {