File: INSTALL

package info (click to toggle)
libclass-singleton-perl 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 194; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PREREQUISITES

    Perl

        Perl version 5.8.1 or later.
        The latest version of Perl is available from https://www.perl.com/.

    Perl Modules

        There are no non-standard Perl modules required by this module.

INSTALLATION

    To install this module, cd to the directory that contains this INSTALL file
    and type the following:

        perl Makefile.PL
        make
        make test
        make install

    Use the appropriate program name instead of "make" in the above commands if
    your perl was built with a different make program.  To determine which make
    program was used to build your perl type the following:

        perl -V:make