Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 1c9e03b4aea2f275729f2ba435d319d2 > files > 6

perl-Text-Tabs+Wrap-2009.0305-3.noarch.rpm


Text::Tabs performs the same job that the unix expand(1) and unexpand(1)
commands do: adding or removing tabs from a document.

Text::Wrap::wrap() will reformat lines into paragraphs.  All it does is 
break up long lines, it will not join short lines together.

Text::Fill::fill() will reformat blocks of text into paragraphs.  It
uses Text::Wrap::wrap() to do the work

Install them with:

	perl Makefile.PL
	make
	make test
	make install