aboutsummaryrefslogtreecommitdiff
path: root/README.pod6
diff options
context:
space:
mode:
Diffstat (limited to 'README.pod6')
-rw-r--r--README.pod623
1 files changed, 23 insertions, 0 deletions
diff --git a/README.pod6 b/README.pod6
new file mode 100644
index 0000000..99f4dbe
--- /dev/null
+++ b/README.pod6
@@ -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