From 8b3b434aaf1b4dc52f1278dac52d83de70b029df Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 20 Apr 2020 10:53:22 +0200 Subject: Initial commit --- META6.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 META6.json (limited to 'META6.json') diff --git a/META6.json b/META6.json new file mode 100644 index 0000000..39274cb --- /dev/null +++ b/META6.json @@ -0,0 +1,17 @@ +{ + "api": "0", + "auth": "", + "authors": [ + "Patrick Spek " + ], + "description": "An interface for logging mechanisms to adhere to", + "license": "LGPL-3.0-only", + "name": "Log", + "perl": "6.d", + "provides": { + "Log": "lib/Log.rakumod", + "Log::Level": "lib/Log/Level.rakumod" + }, + "source-url": "", + "version": "0.0.0" +} -- cgit v1.1