diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-11-17 09:36:48 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-11-17 09:36:48 +0100 |
commit | 44abc34e00604fac958d14886461e1ff42cd6113 (patch) | |
tree | 7027888a0fc2f063faf599107ab2766917e787f5 | |
parent | 533ed290c1fc3244924e6199fcf1e1cac9a22588 (diff) | |
download | config-parser-toml-44abc34e00604fac958d14886461e1ff42cd6113.tar.gz config-parser-toml-44abc34e00604fac958d14886461e1ff42cd6113.tar.bz2 |
-rw-r--r-- | META6.json | 53 |
1 files changed, 27 insertions, 26 deletions
@@ -1,27 +1,28 @@ { - "perl": "6", - "name": "Config::Parser::toml", - "version": "1.0.2", - "auth": "github:scriptkitties", - "description": "TOML parser for Config", - "license": "GPL-3.0", - "depends": [ - "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" - }, - "authors": [ - "Patrick Spek <p.spek@tyil.work>" - ], - "tags": [ - "config", - "configuration" - ], - "test-depends": [ - "File::Temp", - "Test::META" - ], - "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git" -} + "api": "1", + "auth": "github:scriptkitties", + "authors": [ + "Patrick Spek <p.spek@tyil.work>" + ], + "depends": [ + "Config::TOML:ver<0.1.1>:auth<atweiden>", + "Config:ver<3.0.3>:auth<cpan:TYIL>" + ], + "description": "TOML parser for Config", + "license": "GPL-3.0", + "name": "Config::Parser::toml", + "perl": "6", + "provides": { + "Config::Parser::toml": "lib/Config/Parser/toml.rakumod" + }, + "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git", + "tags": [ + "config", + "configuration" + ], + "test-depends": [ + "File::Temp", + "Test::META" + ], + "version": "1.0.3" +}
\ No newline at end of file |