aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-28 23:18:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:00 +0200
commit2d60d81964e2eb4ffc6ee5ed25afd1cc20fba3ab (patch)
tree13f654390aabc946e182694b054105d1812b0bc3 /META6.json
parente1c2408b4004d3cb3c6c19a23d20bf4f53fdd727 (diff)
Update to use newer Hash::Merge
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/META6.json b/META6.json
index fc8a31f..7f3f64a 100644
--- a/META6.json
+++ b/META6.json
@@ -4,12 +4,12 @@
"Patrick Spek <p.spek@tyil.work>"
],
"depends": [
- "Hash::Merge"
+ "Hash::Merge:api<1>:version<1.0.0+>"
],
"description": "Extensible library for reading and writing configuration files.",
"license": "GPL-3.0",
"name": "Config",
- "perl": "6",
+ "perl": "6.c",
"provides": {
"Config": "lib/Config.pm6",
"Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6",
@@ -29,5 +29,6 @@
"test-depends": [
"Test::META"
],
- "version": "1.3.3"
+ "version": "1.3.5",
+ "api": "1"
}