aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-04-27 14:53:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-04-27 14:53:13 +0200
commitb366ef7066f63df2e19bd93e34de202f34a1c282 (patch)
treeb05a1017ca725e6d8f429836f6d76a3e7085ec42 /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/META6.json b/META6.json
new file mode 100644
index 0000000..d2653ec
--- /dev/null
+++ b/META6.json
@@ -0,0 +1,26 @@
+{
+ "perl": "6",
+ "name": "Config::Parser::toml",
+ "version": "1.0.0",
+ "auth": "github:scriptkitties",
+ "description": "TOML parser for Config",
+ "license": "GPL-3.0",
+ "depends": [
+ "Config"
+ ],
+ "provides": {
+ "Config::Parser::toml": "lib/Config/Parser/toml.pm6",
+ },
+ "authors": [
+ "Patrick Spek <p.spek@tyil.work>"
+ ],
+ "tags": [
+ "config",
+ "configuration"
+ ],
+ "test-depends": [
+ "File::Temp",
+ "Test::META"
+ ],
+ "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git"
+}