blob: 8d557babbde5a5e8f14f6dfe84922d238b9d2cbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.
|