summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-03-21 18:30:43 +0100
committergregor herrmann <gregoa@debian.org>2019-03-21 18:35:08 +0100
commitd1fcdb7fcc45964a4522a7d2bd2ecb6f9aade043 (patch)
tree3ebc70af4b8ef35e24d6b57e76258c1fdae896f2
parentdb78f6adb8c0a84600e692cac5f08d3eab90d575 (diff)
Mention module name in long description.
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index bece4ce..e3850da 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,10 @@ Depends: ${misc:Depends},
${perl:Depends},
libtext-charwidth-perl
Description: internationalized substitute of Text::Wrap
- This module is a substitution for Text::Wrap, supporting
- multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth
- characters such as east Asian characters, combining characters
- such as diacritical marks and Thai, and languages which don't
- use whitespaces between words such as Chinese and Japanese.
+ The Text::WrapI18N module is a substitution for Text::Wrap, supporting
+ multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth characters
+ such as east Asian characters, combining characters such as diacritical marks
+ and Thai, and languages which don't use whitespaces between words such as
+ Chinese and Japanese.
.
It provides wrap().