summaryrefslogtreecommitdiffstats
path: root/perl/perl-Unicode-LineBreak/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Unicode-LineBreak/README')
-rw-r--r--perl/perl-Unicode-LineBreak/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl/perl-Unicode-LineBreak/README b/perl/perl-Unicode-LineBreak/README
new file mode 100644
index 0000000000..1d96ffd0e5
--- /dev/null
+++ b/perl/perl-Unicode-LineBreak/README
@@ -0,0 +1,13 @@
+perl-Unicode-LineBreak (UAX #14 Unicode Line Breaking Algorithm)
+
+This perl package includes three modules:
+Text::LineFold - Line Folding for Plain Text
+Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
+Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm
+
+man pages wearing the same name are included, e.g. type:
+man Unicode::GCString
+
+For man pages in Japanese prepend page name with POD2::JA::, e.g.
+man POD2::JA::Unicode::GCString
+