mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
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).
|