diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-11-17 09:35:51 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-11-17 09:35:51 +0100 |
commit | 533ed290c1fc3244924e6199fcf1e1cac9a22588 (patch) | |
tree | 9d587fdb0b544a5c8630326a640634a9f0f2fefa | |
parent | 2a2d512462e5b3a5a88713464e0bbee6d5f6bd9a (diff) | |
download | config-parser-toml-533ed290c1fc3244924e6199fcf1e1cac9a22588.tar.gz config-parser-toml-533ed290c1fc3244924e6199fcf1e1cac9a22588.tar.bz2 |
Make dependencies more explicit
-rw-r--r-- | META6.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |