aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-26 23:08:59 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:16:19 +0200
commit312b33592df7409745b44503e5558bb173a8e6f7 (patch)
treefafb21c1c9db6f543fb213c9d658e5f91f027788 /META6.json
parent0a93729f52df56663ba61766663166de9db98f23 (diff)
Add Config::Parser::NULL for testcases
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/META6.json b/META6.json
index ccf33e7..303955b 100644
--- a/META6.json
+++ b/META6.json
@@ -12,6 +12,7 @@
"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",