aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-23 21:49:16 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-23 21:49:16 +0200
commit30e80844a137921fba9ec398983c617e948eece7 (patch)
tree4ee0e7ed9841d37b5753379b3c3c51ab8c324f43
parent558d255aa73f14aa50f1bb3e392fda0fa227135d (diff)
Add missing pm6 files to META6.json
-rw-r--r--META6.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/META6.json b/META6.json
index 2236807..e472a2d 100644
--- a/META6.json
+++ b/META6.json
@@ -9,7 +9,13 @@
],
"provides": {
- "Config": "lib/Config.pm6"
+ "Config": "lib/Config.pm6",
+ "Config::Type": "lib/Config/Type.pm6",
+ "Config::Parser": "lib/Config/Parser.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::UnsupportedTypeException": "lib/Config/Exception/UnsupportedTypeException.pm6"
},
"authors": [
"Patrick Spek <p.spek@tyil.work>"