aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-17 09:35:51 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-17 09:35:51 +0100
commit533ed290c1fc3244924e6199fcf1e1cac9a22588 (patch)
tree9d587fdb0b544a5c8630326a640634a9f0f2fefa
parent2a2d512462e5b3a5a88713464e0bbee6d5f6bd9a (diff)
Make dependencies more explicit
-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"