aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Locale-PO/README
diff options
context:
space:
mode:
authorNikos Giotis <nikos.giotis@gmail.com>2018-02-11 12:10:32 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:52 +0700
commitcb9efc78d9c3cd41fd21754508f560f1a75f2187 (patch)
treeaaf461a34b0cb291abdd0c5609491a9e3a7928f7 /perl/perl-Locale-PO/README
parente900eb1ab0eec0af2d1387c3aa45d7d225642327 (diff)
downloadslackbuilds-cb9efc78d9c3cd41fd21754508f560f1a75f2187.tar.xz
perl/perl-Locale-PO: Added (Manipulate .po from GNU gettext).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Locale-PO/README')
-rw-r--r--perl/perl-Locale-PO/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Locale-PO/README b/perl/perl-Locale-PO/README
new file mode 100644
index 000000000000..ff8e39d6934f
--- /dev/null
+++ b/perl/perl-Locale-PO/README
@@ -0,0 +1,5 @@
+perl-Locale-PO
+
+This module simplifies management of GNU gettext .po files and is an
+alternative to using emacs po-mode. It provides an object-oriented
+interface in which each entry in a .po file is a Locale::PO object.