projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
025e0d3
)
updated deps
Robert 'phaylon' Sedlacek [Fri, 15 Jun 2012 01:44:58 +0000 (
01:44
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9de6950
..
34eedd9
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-21,6
+21,9
@@
my %requires = (
'Digest::SHA' => 0,
'strictures' => 1,
'IPC::Run' => 0,
+ 'Capture::Tiny' => 0,
+ 'File::Tree::Snapshot' => 0,
+ 'Object::Remote' => 0,
);
# have to do this since old EUMM dev releases miss the eval $VERSION line