aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-27 18:38:53 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-27 18:38:53 +0200
commitb14aebc1c0ee3a165d817116848e88a023802c44 (patch)
tree9596eb168159565184c29f9df3535a38c904fdf4
parent9fb94a069b56640c62b7b0f6bdf90d4c6cdae324 (diff)
Add Config::TOML dependency
-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"