File: INSTALL

package info (click to toggle)
libsyntax-highlight-perl-improved-perl 1.01-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 424 kB
  • sloc: perl: 1,285; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (4)
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::Improved is Pure Perl and has no dependencies.
To install this  module  with  only  FTP  access, simply create
the appropriate subdirectory, Syntax/Highlight/Perl, 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 (Improved.pm) into that directory.