aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Wrapper/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:35:34 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:35:34 +0000
commit6a5e36c56cdfaecfbbc52e9eccb0d731b747a6dc (patch)
tree607b4a5cc0676ceab4f795a44f899b481982ab53 /textproc/p5-Text-Wrapper/pkg-descr
parente0d218180e51e704b8a556cfae31f5ab75a0cf0d (diff)
Add p5-Text-Wrapper 1.000, a perl module that includes a simple word
wrapping routine. PR: 23964 Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'textproc/p5-Text-Wrapper/pkg-descr')
-rw-r--r--textproc/p5-Text-Wrapper/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-Text-Wrapper/pkg-descr b/textproc/p5-Text-Wrapper/pkg-descr
new file mode 100644
index 000000000000..3ca7da001c18
--- /dev/null
+++ b/textproc/p5-Text-Wrapper/pkg-descr
@@ -0,0 +1,10 @@
+This module provides simple word wrapping. It breaks long lines, but
+does not alter spacing or remove existing line breaks. If you're
+looking for more sophisticated text formatting, try the Text::Format
+module.
+
+In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap,
+but with fewer bugs (I hope).
+
+-Anton
+<tobez@tobez.org>