aboutsummaryrefslogtreecommitdiff
path: root/README.rakudoc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-01-23 11:51:16 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-01-23 11:51:16 +0100
commit4f4d42bb8794e19f0c5be39ee341f919e13f59f0 (patch)
tree07bfe2d93599d05d5855675cd0a50a3591b8ff91 /README.rakudoc
parent590bd304e39eb0c3c4067a8b9a8021a603b9ea62 (diff)
Merge v0.2.0 sourcesv0.2.0
Diffstat (limited to 'README.rakudoc')
-rw-r--r--README.rakudoc23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rakudoc b/README.rakudoc
new file mode 100644
index 0000000..99f4dbe
--- /dev/null
+++ b/README.rakudoc
@@ -0,0 +1,23 @@
+=begin pod
+
+=NAME IO::Path::XDG
+=AUTHOR Patrick Spek <p.spek@tyil.work>
+=VERSION 0.0.0
+
+=head1 Description
+
+Convenience functions for working with the XDG Base Directory Specification
+
+=head1 Installation
+
+Install this module through L<zef|https://github.com/ugexe/zef>:
+
+=begin code :lang<sh>
+zef install IO::Path::XDG
+=end code
+
+=head1 License
+
+This module is distributed under the terms of the AGPL-3.0.
+
+=end pod