summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Hyphen/README
diff options
context:
space:
mode:
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 0000000000..8b8f714a5f
--- /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.