File: INSTALL

package info (click to toggle)
libsyntax-highlight-perl-perl 1.00-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 1,284; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

To install Syntax::Highlight::Perl on your system, as root:

    perl Makefile.PL
    make
    make install

If you do not have root access, use the PREFIX argument (and,
optionally, INSTALLMAN3DIR for the man(1) pages) to Makefile.PL:

    perl Makefile.PL PREFIX=[LIBDIR]
    make
    make install


Syntax::Highlight::Perl is Pure  Perl  and has no dependancies.
To install this  module  with  only  FTP  access, simply create
the appropriate subdirectory, Syntax/Highlight/, under whatever
directory you are using for  Perl  libraries (you will probably
have to `use lib' that directory in your script) and upload the
module (Perl.pm) into that directory.