aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 0988280..25880a3 100644
--- a/META6.json
+++ b/META6.json
@@ -6,8 +6,8 @@
"description": "TOML parser for Config",
"license": "GPL-3.0",
"depends": [
- "Config",
- "Config::TOML"
+ "Config:ver<3.0.3>:auth<cpan:TYIL>",
+ "Config::TOML:ver<0.1.1>:auth<atweiden>"
],
"provides": {
"Config::Parser::toml": "lib/Config/Parser/toml.rakumod"