• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib.modern/Text/H14-Aug-2021-425152

t/H14-Aug-2021-1,133864

xt/bench/H14-Aug-2021-131113

CHANGELOGH A D14-Aug-20215 KiB189115

MANIFESTH A D14-Aug-2021479 2827

META.jsonH A D14-Aug-20211.2 KiB5352

META.ymlH A D14-Aug-2021693 2726

Makefile.PLH A D14-Aug-20211.2 KiB4841

READMEH A D21-Jul-2021442 1811

README

1
2Text::Tabs performs the same job that the unix expand(1) and unexpand(1)
3commands do: adding or removing tabs from a document.
4
5Text::Wrap::wrap() will reformat lines into paragraphs.  All it does is
6break up long lines, it will not join short lines together.
7
8Text::Fill::fill() will reformat blocks of text into paragraphs.  It
9uses Text::Wrap::wrap() to do the work
10
11Install them with:
12
13	perl Makefile.PL
14	make
15	make test
16	make install
17
18