aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2018-12-17 07:30:05 -0300
committerMatias Linares <matiaslina@gmail.com>2018-12-17 07:30:05 -0300
commitd0f75b9b35806b64e42158708c58808a7a42928b (patch)
tree23e87238e8d10208fe9d4d8e46afe9b75aec5338 /README.md
downloadperl6-gettext-master.tar.gz
Initial commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8d557ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+NAME
+====
+
+Gettext - Perl6 binding for [GNU Gettext](http://www.gnu.org/software/gettext/)
+
+SYNOPSIS
+========
+
+ use Gettext;
+
+DESCRIPTION
+===========
+
+Gettext is ...
+
+AUTHOR
+======
+
+Matias Linares <matiaslina@gmail.com>
+
+COPYRIGHT AND LICENSE
+=====================
+
+Copyright 2018 Matias Linares
+
+This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
+