aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-09-12 09:00:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-09-12 09:00:04 +0200
commit4f1530055cafb849de542f6f4a2434e7f7ede358 (patch)
tree511e975b099f164feb15dd17213089de1ada432f /META6.json
Initial commit
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json25
1 files changed, 25 insertions, 0 deletions
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 <p.spek@tyil.work>"
+ ],
+ "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