diff options
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. + |