aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"