From 9687382b803ec0dc5a7dd55be88b53a4264215f9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 23 Apr 2017 21:24:26 +0200 Subject: Initial commit --- META6.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..45b4df5 --- /dev/null +++ b/META6.json @@ -0,0 +1,25 @@ +{ + "perl": "6", + "name": "Config", + "version": "1.0.0", + "auth": "githu:scriptkitties", + "description": "Extensible library for reading and writing configuration files.", + "license": "GPL-3.0", + "depends": [ + + ], + "provides": { + "Config": "lib/Config.pm6" + }, + "authors": [ + "Patrick Spek " + ], + "tags": [ + "config", + "configuration" + ], + "test-depends": [ + "Test::META" + ], + "source-url": "https://github.com/scriptkitties/p6-Config.git" +} -- cgit v1.1