File: INSTALL

package info (click to toggle)
libsub-uplevel-perl 0.1901-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 168 kB
  • ctags: 19
  • sloc: perl: 422; makefile: 41
file content (18 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
INSTALLATION 

If Module::Build is installed (preferred):

    perl Build.PL
    perl Build
    perl Build test
    perl Build install

Otherwise, using a Makefile:

    perl Makefile.PL
    make
    make test
    make install

If you are on a Windows machine you should use 'nmake' or 'dmake' rather than
'make'.