projects
/
scpubgit/stemmaweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
36bc4a1
)
add missing dependency
tla [Thu, 5 Feb 2015 21:40:02 +0000 (22:40 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
ab6c768
..
a2cc5b2
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-43,6
+43,7
@@
requires 'LWP::Protocol::https';
requires 'strictures';
requires 'Crypt::OpenSSL::X509';
requires 'Crypt::OpenSSL::RSA';
+requires 'IO::All';
requires 'JSON::WebToken';
requires 'JSON::MaybeXS';
requires 'MIME::Base64';