Text::Flowed - text formatting routines for RFC2646 format=flowed

use Text::Flowed qw(reformat quote quote_fixed);
print reformat($text, \%args); # Reformat some format=flowed text

To install:

perl Makefile.PL
make
make test
make install

Copyright 2002-2003, Philip Mak

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
