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

..03-May-2022-

eg/H03-Apr-2005-5141

lib/Syntax/Highlight/H03-Apr-2005-36975

t/H03-Apr-2005-156125

Build.PLH A D03-Apr-2005481 1714

ChangesH A D03-Apr-2005555 1913

LICENSEH A D03-Apr-2005272 65

LICENSE.ArtisticH A D03-Apr-20056 KiB12999

LICENSE.GPLH A D03-Apr-200517.6 KiB341281

MANIFESTH A D03-Apr-2005264 2221

META.ymlH A D03-Apr-2005363 1716

Makefile.PLH A D03-Apr-2005614 1816

READMEH A D03-Apr-2005770 3522

README

1Syntax::Highlight::Shell
2========================
3
4DESCRIPTION
5
6    This module is designed to take shell scripts and highlight them in HTML
7    with meaningful colours using CSS. The resulting HTML output is ready for
8    inclusion in a web page.
9
10
11INSTALLATION
12
13    To install this module, run the following commands:
14
15        perl Makefile.PL
16        make
17        make test
18        make install
19
20    Alternatively, to install with Module::Build, you can use the
21    following commands:
22
23        perl Build.PL
24        ./Build
25        ./Build test
26        ./Build install
27
28
29COPYRIGHT AND LICENCE
30
31    Copyright (C) 2004 S�bastien Aperghis-Tramoni
32
33    This library is free software; you can redistribute it and/or modify
34    it under the same terms as Perl itself.
35