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

..03-May-2022-

examples/H15-May-2020-285145

inc/Test/Run/H03-May-2022-6643

lib/Text/H03-May-2022-1,793632

t/H15-May-2020-872689

xt/H03-May-2022-11478

Build.PLH A D15-May-20201.3 KiB6653

ChangesH A D15-May-20204.8 KiB147115

LICENSEH A D15-May-2020913 1814

MANIFESTH A D15-May-2020658 3231

MANIFEST.SKIPH A D15-May-202038 54

META.jsonH A D15-May-202025.2 KiB747745

META.ymlH A D15-May-202015.9 KiB555554

Makefile.PLH A D15-May-20201.5 KiB7362

READMEH A D15-May-2020928 4024

dist.iniH A D15-May-2020484 2826

weaver.iniH A D15-May-202011 21

README

1Text::Table
2
3This module can be used to render plaintext/ASCII-art/Unicode-art tables.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9    perl Build.PL
10    ./Build
11    ./Build test
12    ./Build install
13
14Alternatively, you should use your favourite CPAN client or distribution's
15package manager.
16
17SUPPORT AND DOCUMENTATION
18
19After installing, you can find documentation for this module with the perldoc command.
20
21    perldoc Text::Table
22
23You can also look for information at:
24
25    MetaCPAN
26        http://metacpan.org/release/Text-Table
27
28    CPAN Request Tracker:
29        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text::Table
30
31    CPAN Ratings:
32        http://cpanratings.perl.org/d/Text::Table
33
34COPYRIGHT AND LICENCE
35
36Copyright (c) 2002-2011, Anno Siegel <siegel@zrz.tu-berlin.de>
37Copyright (c) 2011, Shlomi Fish <shlomif@shlomifish.org>
38
39This program is released under the following license: The ISC License.
40