aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Wrapper
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/p5-Text-Wrapper
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Wrapper')
-rw-r--r--textproc/p5-Text-Wrapper/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-Wrapper/pkg-descr b/textproc/p5-Text-Wrapper/pkg-descr
index 613fd014f822..40b92ac4c08e 100644
--- a/textproc/p5-Text-Wrapper/pkg-descr
+++ b/textproc/p5-Text-Wrapper/pkg-descr
@@ -1,7 +1,7 @@
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.
+module.
In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap,
but with fewer bugs (I hope).