From bb450bd96b02b48ed8b277fa0a6ca5c97037a680 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 4 Jul 2020 13:46:25 +0200 Subject: Overhaul Config to 3.0.0 --- META6.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index d2b368e..2d3f633 100644 --- a/META6.json +++ b/META6.json @@ -1,26 +1,29 @@ { - "api": "2", + "api": "3", "auth": "github:scriptkitties", "authors": [ "Patrick Spek " ], "depends": [ - "Hash::Merge:api<1>:version<1.0.0+>" + "Hash::Merge:version<1.0.1>", + "IO::Path::XDG:version<0.2.0>", + "Log:auth:version<0.3.0>" ], "description": "Extensible library for reading and writing configuration files.", - "license": "GPL-3.0", + "license": "LGPL-3.0-only", "name": "Config", - "perl": "6.c", + "perl": "6.d", "provides": { "Config": "lib/Config.pm6", - "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6", - "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6", - "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6", "Config::Parser": "lib/Config/Parser.pm6", - "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6" + "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6", + "X::Config::AbstractParser": "lib/X/Config/AbstractParser.rakumod", + "X::Config::FileNoExtension": "lib/X/Config/FileNoExtension.rakumod", + "X::Config::FileNotFound": "lib/X/Config/FileNotFound.rakumod", + "X::Config::MissingParser": "lib/X/Config/MissingParser.rakumod", + "X::Config::NotSupported": "lib/X/Config/NotSupported.rakumod" }, "resources": [ - ], "source-url": "https://github.com/scriptkitties/p6-Config.git", "tags": [ @@ -30,5 +33,5 @@ "test-depends": [ "Test::META" ], - "version": "2.1.0" + "version": "3.0.0" } \ No newline at end of file -- cgit v1.1