From 14370ef0978b3955852afb9159ae7414471f6324 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 27 Apr 2017 15:01:23 +0200 Subject: Update method sigs, type checking and tests --- META6.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index 303955b..29890c7 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "perl": "6", "name": "Config", - "version": "1.1.0", + "version": "1.1.1", "auth": "github:scriptkitties", "description": "Extensible library for reading and writing configuration files.", "license": "GPL-3.0", @@ -10,12 +10,10 @@ ], "provides": { "Config": "lib/Config.pm6", - "Config::Type": "lib/Config/Type.pm6", "Config::Parser": "lib/Config/Parser.pm6", "Config::Parser::NULL": "lib/Config/Parser/NULL.pm6", "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6", "Config::Exception::UnimplementedMethodException": "lib/Config/Exception/UnimplementedMethodException.pm6", - "Config::Exception::UnknownTypeException": "lib/Config/Exception/UnknownTypeException.pm6", "Config::Exception::MissingParserException": "lib/Config/Exception/MissingParserException.pm6" }, "authors": [ -- cgit v1.1