p5-Text-Wrapper

simple word wrapping routine

WWW CVSWeb GITHub
  1. Package version
    p5-Text-Wrapper-1.05p0
  2. Maintainer
    The OpenBSD ports mailing-list

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).