aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
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"
}