diff options
Diffstat (limited to 'README.pod6')
-rw-r--r-- | README.pod6 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.pod6 b/README.pod6 new file mode 100644 index 0000000..625b63b --- /dev/null +++ b/README.pod6 @@ -0,0 +1,23 @@ +=begin pod + +=NAME URL +=AUTHOR Patrick Spek <p.spek@tyil.work> +=VERSION 0.0.0 + +=head1 Description + +A Perl 6 library to handle URLs + +=head1 Installation + +Install this module through L<zef|https://github.com/ugexe/zef>: + +=begin code :lang<sh> +zef install URL +=end code + +=head1 License + +This module is distributed under the terms of the AGPL-3.0. + +=end pod |