File: INSTALL

package info (click to toggle)
libdata-rmap-perl 0.65-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 322; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INSTALL INSTRUCTIONS FOR Data::Rmap

perl Makefile.PL;
make;
make test;
make install;

OR

perl Build.PL;
./Build;
./Build test;
./Build install;