aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Text-Hyphen/README
diff options
context:
space:
mode:
authorTracy Williams <t_s_williams@yahoo.com>2014-08-03 12:03:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-03 12:03:40 +0700
commit1c459b1286b06583c624666265ad33075b6edf84 (patch)
tree08aa8c6e07e26692900a82dc0861c790d1f226da /perl/perl-Text-Hyphen/README
parent2102c337b33bacc412192211225e6dabeabe8924 (diff)
perl/perl-Text-Hyphen: Added (hyphenate words in text).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Hyphen/README')
-rw-r--r--perl/perl-Text-Hyphen/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Text-Hyphen/README b/perl/perl-Text-Hyphen/README
new file mode 100644
index 0000000000000..8b8f714a5f87c
--- /dev/null
+++ b/perl/perl-Text-Hyphen/README
@@ -0,0 +1,4 @@
+Text::Hyphen module is the implementation of the famous Knuth-Liang
+algorithm to hyphenate words in text. That means using this module you
+can determine positions inside words where it is possible to insert
+a hyphen to break a line of text.