aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-12 09:43:09 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:32 +0200
commitf420bddb58d05685cdf687139bf79e646e5eeea9 (patch)
tree142429937b1f06ce9d3a3f9b295d55a319cca25a /META6.json
parenta8a84a8495ff44db0c42fd6c8b80fa0ed73f5f20 (diff)
Change XDG file lookup to a glob
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index e093c3a..f07e385 100644
--- a/META6.json
+++ b/META6.json
@@ -7,7 +7,8 @@
"depends": [
"Hash::Merge:version<1.0.1>",
"IO::Path::XDG:version<0.2.0>",
- "Log:auth<cpan:TYIL>:version<0.3.0>"
+ "Log:auth<cpan:TYIL>:version<0.3.0>",
+ "IO::Glob"
],
"description": "Extensible library for reading and writing configuration files.",
"license": "LGPL-3.0-only",