summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-04-02 11:16:13 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-04-02 11:16:13 +0200
commit9310b39e245f94e09df2bb99a686c54e54203a9f (patch)
tree57b4b0d120ace899bd7ad0b453c14a41c126a796 /META.json
parent4b3c6874da1c45a666b58582f93254cfd5150d7d (diff)
downloadApp-BorgRestore-9310b39e245f94e09df2bb99a686c54e54203a9f.tar.gz
App-BorgRestore-9310b39e245f94e09df2bb99a686c54e54203a9f.tar.xz
Use Log4perl for logging
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/META.json b/META.json
index 8691571..c708ce1 100644
--- a/META.json
+++ b/META.json
@@ -43,6 +43,8 @@
"runtime" : {
"requires" : {
"Log::Any" : "0",
+ "Log::Any::Adapter::Log4perl" : "0",
+ "Log::Log4perl" : "0",
"perl" : "v5.10.0"
}
},