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

..03-May-2022-

data/H03-May-2022-

lib/Text/Table/H07-Feb-2021-1,822516

scripts/H07-Feb-2021-422250

t/H07-Feb-2021-185130

xt/author/H07-Feb-2021-3213

Changelog.iniH A D07-Feb-2021724 3227

ChangesH A D07-Feb-2021560 1914

LICENSEH A D16-Sep-202019.8 KiB377305

MANIFESTH A D07-Feb-2021769 3433

MANIFEST.SKIPH A D16-Sep-2020616 4839

META.jsonH A D07-Feb-20211.9 KiB7372

META.ymlH A D07-Feb-20211 KiB4140

Makefile.PLH A D07-Feb-20211.7 KiB8473

READMEH A D16-Sep-20201.4 KiB5036

README

1README file for Text::Table::Manifold.
2
3See also: Changes and Changelog.ini.
4
5Warning: WinZip 8.1 and 9.0 both contain an 'accidental' bug which stops
6them recognizing POSIX-style directory structures in valid tar files.
7You are better off using a reliable tool such as InfoZip:
8ftp://ftp.info-zip.org/pub/infozip/
9
101 Installing from a Unix-like distro
11------------------------------------
12shell>gunzip Text-Table-Manifold-1.00.tgz
13shell>tar xvf Text-Table-Manifold-1.00.tar
14
15On Unix-like systems, assuming you have installed Module::Build V 0.25+:
16
17shell>perl Build.PL
18shell>./Build
19shell>./Build test
20shell>./Build install
21
22On MS Windows-like systems, assuming you have installed Module::Build V 0.25+:
23
24shell>perl Build.PL
25shell>perl Build
26shell>perl Build test
27shell>perl Build install
28
29Alternately, without Module::Build, you do this:
30
31Note: 'make' on MS Windows-like systems may be called 'nmake' or 'dmake'.
32
33shell>perl Makefile.PL
34shell>make
35shell>make test
36shell>su              (for Unix-like systems)
37shell>make install
38shell>exit            (for Unix-like systems)
39
40On all systems:
41
42Run Marpa.pm through your favourite pod2html translator.
43
442 Installing from an ActiveState distro
45---------------------------------------
46shell>unzip Text-Table-Manifold-1.00.zip
47shell>ppm install --location=. Text-Table-Manifold
48shell>del Text-Table-Manifold-1.00.ppd
49shell>del PPM-Text-Table-Manifold-1.00.tar.gz
50