From f420bddb58d05685cdf687139bf79e646e5eeea9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 12 Jul 2020 09:43:09 +0200 Subject: Change XDG file lookup to a glob --- META6.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'META6.json') 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:version<0.3.0>" + "Log:auth:version<0.3.0>", + "IO::Glob" ], "description": "Extensible library for reading and writing configuration files.", "license": "LGPL-3.0-only", -- cgit v1.1