aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-27 18:52:34 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-05-27 18:52:34 +0200
commitcf34c9a5f306d21813f8aeb1e4eb70ecdada84b2 (patch)
tree3fa5894d4f501efad86071cd5d76f9c53ff11496
parent5142e4af22df9b4df3b3f0bf122b1134ebf9c9d2 (diff)
Add :auth<> to Log dependency
-rw-r--r--META6.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index 63c3357..67f6c74 100644
--- a/META6.json
+++ b/META6.json
@@ -6,7 +6,7 @@
],
"depends": [
"JSON::Fast",
- "Log"
+ "Log:auth<cpan:TYIL>"
],
"description": "A Log implementation with JSON formatted output",
"license": "LGPL-3.0-only",