summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Wrapper/pkg/DESCR
blob: fe4f61754cf6c5fcaa5feade845a6fd951292176 (plain)
1
2
3
4
5
6
7
    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).