aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-26 07:53:05 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:09 +0200
commitee262705e8193863cb7dfcf421c30609930cc428 (patch)
treea86da52ebed362f7c622937026554dcaf81e1abe /META6.json
parent1716058c5a97828fd5654354be71ce5adf337e40 (diff)
Make .read() merge the hashes and allow an array of paths to load
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index a3614c3..cfb38a3 100644
--- a/META6.json
+++ b/META6.json
@@ -6,7 +6,7 @@
"description": "Extensible library for reading and writing configuration files.",
"license": "GPL-3.0",
"depends": [
-
+ "Hash::Merge"
],
"provides": {
"Config": "lib/Config.pm6",