From b366ef7066f63df2e19bd93e34de202f34a1c282 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 27 Apr 2017 14:53:13 +0200 Subject: Initial commit --- META6.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 META6.json (limited to 'META6.json') 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 " + ], + "tags": [ + "config", + "configuration" + ], + "test-depends": [ + "File::Temp", + "Test::META" + ], + "source-url": "https://github.com/scriptkitties/p6-Config-Parser-toml.git" +} -- cgit v1.1