Text::Format

wrap()      format text into a paragraph.  text is first broken into
            words and then joined back together to make up the
            paragraph.

fill()      treats each element of the array passed in as a separate
            paragraph and passes them to wrap for formatting.  the list
            returned will be then formatted into separate paragraphs

center()    centers all the lines that were passed in.

expand()    expand tabs into spaces.

unexpand()  turn spaces into tabs.  first calls expand to expand tabs
            into spaces.

To install :

perl Makefile.PL
make
make test
make install

Copyright (c) 1998 Gabor Egressy.  All rights reserved.  All wrongs
reversed.  This program is free software; you can redistribute and/or
modify it under the same terms as Perl itself.
