Tweak textproc/p5-Text-Format version 0.58
[dports.git] / textproc / p5-Text-Format / pkg-descr
1 The format routine will format under all circumstances even if the width
2 isn't enough to contain the longest words. Text::Wrap will die under
3 these circumstances, although I am told this is fixed. If columns is set
4 to a small number and words are longer than that and the leading
5 'whitespace' than there will be a single word on each line. This will
6 let you make a simple word list which could be indented or right
7 aligned.
8
9 -Anton
10 <tobez@FreeBSD.org>