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.

Please note that if you do this, you need to make sure
that /where/you/want/the/files/share/perl is part of your
include path, which you can do by setting the PERL5LIB
environment variable (see "perldoc perlrun" for more information).

See "perldoc ExtUtils::MakeMaker" for more information on
installation options.

If your modules are somewhere other than the usual place, then it may
be necessary to edit the first line of txt2html 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

