Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libsub-uplevel-perl / libsub-uplevel-perl-0.1901 / INSTALL
1 INSTALLATION 
2
3 If Module::Build is installed (preferred):
4
5     perl Build.PL
6     perl Build
7     perl Build test
8     perl Build install
9
10 Otherwise, using a Makefile:
11
12     perl Makefile.PL
13     make
14     make test
15     make install
16
17 If you are on a Windows machine you should use 'nmake' or 'dmake' rather than
18 'make'.