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.
|