aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
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 bb8f200..bba54ca 100644
--- a/META6.json
+++ b/META6.json
@@ -6,7 +6,8 @@
"description": "TOML parser for Config",
"license": "GPL-3.0",
"depends": [
- "Config"
+ "Config",
+ "Config::TOML"
],
"provides": {
"Config::Parser::toml": "lib/Config/Parser/toml.pm6"