aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Format/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:34:30 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:34:30 +0000
commite0d218180e51e704b8a556cfae31f5ab75a0cf0d (patch)
treeddf8072eb2680382e84bfcd04adb2f3d38e07e8f /textproc/p5-Text-Format/pkg-descr
parent6d94f472e51ba83243b41cfd4fd78ecf90163df6 (diff)
Notes
Diffstat (limited to 'textproc/p5-Text-Format/pkg-descr')
-rw-r--r--textproc/p5-Text-Format/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/p5-Text-Format/pkg-descr b/textproc/p5-Text-Format/pkg-descr
new file mode 100644
index 000000000000..5a19790e4fed
--- /dev/null
+++ b/textproc/p5-Text-Format/pkg-descr
@@ -0,0 +1,10 @@
+The format routine will format under all circumstances even if the width
+isn't enough to contain the longest words. Text::Wrap will die under
+these circumstances, although I am told this is fixed. If columns is set
+to a small number and words are longer than that and the leading
+'whitespace' than there will be a single word on each line. This will
+let you make a simple word list which could be indented or right
+aligned.
+
+-Anton
+<tobez@tobez.org>