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 31 32 33 34 35 36 37 38 39 40
|
txt2html Installation
=====================
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
In order to install somewhere other than the default, go
perl Makefile.PL PREFIX=/where/you/want/the/files
as the first step instead.
See "perldoc ExtUtils::MakeMaker" for more information.
If your modules are somewhere other than the usual place, then it may
be necessary to edit the first line to add
-I /where/you/want/the/files
Or edit the environment variable PERLLIB or PERL5LIB to add that directory.
DEPENDENCIES
This module requires these other modules and libraries:
Getopt::Long
Getopt::ArgvFile
Pod::Usage
File::Basename
For debugging and testing, it also needs:
Data::Dumper
Test::More
|