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

..03-May-2022-

lib/Text/H08-Jan-2015-1,537729

t/H08-Jan-2015-8562

Build.PLH A D08-Jan-2015616 2421

ChangesH A D08-Jan-20155 KiB136114

MANIFESTH A D08-Jan-2015244 1312

META.jsonH A D08-Jan-20151.1 KiB5150

META.ymlH A D08-Jan-2015627 2726

Makefile.PLH A D08-Jan-20151.1 KiB4035

READMEH A D03-Oct-20141.2 KiB5332

config.emacsH A D29-Sep-2007374 108

config.vimH A D29-Sep-2007611 129

README

1Text::Autoformat version 1.669006
2
3NAME
4    Text::Autoformat - Automatic and manual text wrapping and reformating
5
6DESCRIPTION
7
8    Text::Autoformat provides intelligent formatting of
9    plaintext without the need for any kind of embedded mark-up. The module
10    recognizes Internet quoting conventions, a wide range of bulleting and
11    number schemes, centred text, and block quotations, and reformats each
12    appropriately. Other options allow the user to adjust inter-word
13    and inter-paragraph spacing, justify text, and impose various
14    capitalization schemes.
15
16    The module also supplies a re-entrant, highly configurable replacement
17    for the built-in Perl format() mechanism.
18
19AUTHOR
20    Damian Conway (damian@conway.org)
21
22
23INSTALLATION
24
25To install this module, run the following commands:
26
27    perl Makefile.PL
28    make
29    make test
30    make install
31
32
33Alternatively, to install with Module::Build, you can use the following commands:
34
35    perl Build.PL
36    ./Build
37    ./Build test
38    ./Build install
39
40
41
42DEPENDENCIES
43
44Requires the Text::Reform module
45
46
47COPYRIGHT AND LICENCE
48
49Copyright (C) 1997-2009, Damian Conway
50
51This library is free software; you can redistribute it and/or modify
52it under the same terms as Perl itself.
53