aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-27 15:01:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:21 +0200
commit14370ef0978b3955852afb9159ae7414471f6324 (patch)
tree4ee13ad2ee3e2c2c3a6b86621918ae09ab3c2ac2 /META6.json
parentcda7a1812e05220de069d44dd8be40e855fb4bd7 (diff)
Update method sigs, type checking and tests
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json4
1 files changed, 1 insertions, 3 deletions
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": [