File: INSTALL

package info (click to toggle)
libpetal-utils-perl 0.06-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 935; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (5)
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
27
28
29
30
===========================
 Petal::Utils 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 this module 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


DEPENDENCIES
------------

See Build.PL for a full list of dependencies.