projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5413434
)
added JSON-Diffable dep
Robert 'phaylon' Sedlacek [Fri, 15 Jun 2012 02:45:03 +0000 (
02:45
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
34eedd9
..
f3a036f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-24,6
+24,7
@@
my %requires = (
'Capture::Tiny' => 0,
'File::Tree::Snapshot' => 0,
'Object::Remote' => 0,
+ 'JSON::Diffable' => 0,
);
# have to do this since old EUMM dev releases miss the eval $VERSION line