From 4f1530055cafb849de542f6f4a2434e7f7ede358 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 12 Sep 2019 09:00:04 +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..387e5e6 --- /dev/null +++ b/META6.json @@ -0,0 +1,25 @@ +{ + "api": "0", + "authors": [ + "Patrick Spek " + ], + "depends": [ + + ], + "description": "Convenience functions for working with the XDG Base Directory Specification", + "license": "AGPL-3.0", + "meta-version": 0, + "name": "IO::Path::XDG", + "perl": "6.d", + "provides": { + "IO::Path::XDG": "lib/IO/Path/XDG.pm6" + }, + "resources": [ + + ], + "source-url": "", + "tags": [ + + ], + "version": "0.0.0" +} \ No newline at end of file -- cgit v1.1