diff options
author | Matias Linares <matiaslina@gmail.com> | 2018-12-17 07:30:05 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2018-12-17 07:30:05 -0300 |
commit | d0f75b9b35806b64e42158708c58808a7a42928b (patch) | |
tree | 23e87238e8d10208fe9d4d8e46afe9b75aec5338 /README.md | |
download | perl6-gettext-master.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
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. + |