aboutsummaryrefslogtreecommitdiff
path: root/README.pod6
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-04-19 22:13:35 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-04-19 22:13:35 +0200
commit121731baf33064577dfea15976489cf64ef5fb8e (patch)
tree46b33c311a35c3c551e5fffa5625d2f6487df0f3 /README.pod6
Initial commit
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..902a960
--- /dev/null
+++ b/README.pod6
@@ -0,0 +1,23 @@
+=begin pod
+
+=NAME IRC::Grammar
+=AUTHOR Patrick Spek <~tyil/raku-devel@lists.sr.ht>
+=VERSION 0.0.0
+
+=head1 Description
+
+Nondescript
+
+=head1 Installation
+
+Install this module through L<zef|https://github.com/ugexe/zef>:
+
+=begin code :lang<sh>
+zef install IRC::Grammar
+=end code
+
+=head1 License
+
+This module is distributed under the terms of the AGPL-3.0.
+
+=end pod