File: INSTALL

package info (click to toggle)
libaccessors-perl 1.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 330; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 433 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
23
24
========================
 accessors Installation
========================

INSTALLATION
------------

Ideally, use the CPANPLUS or CPAN shell (`cpanp` or `cpan`) to download and
install the latest distribution from your nearest CPAN.

To install it manually type the following:

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

Or, if you prefer to use make:

   perl Makefile.PL
   make
   make test
   make install