From 44abc34e00604fac958d14886461e1ff42cd6113 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 17 Nov 2020 09:36:48 +0100 Subject: META6.json reformatted by App::Assixt --- META6.json | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/META6.json b/META6.json index 25880a3..5f6ba9c 100644 --- a/META6.json +++ b/META6.json @@ -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", - "Config::TOML:ver<0.1.1>:auth" - ], - "provides": { - "Config::Parser::toml": "lib/Config/Parser/toml.rakumod" - }, - "authors": [ - "Patrick Spek " - ], - "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 " + ], + "depends": [ + "Config::TOML:ver<0.1.1>:auth", + "Config:ver<3.0.3>:auth" + ], + "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 -- cgit v1.1