mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
10 lines
345 B
Text
10 lines
345 B
Text
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@FreeBSD.org>
|