txt2html Installation
=====================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    ExtUtils::configPL
    Filter::Util::Call
    Getopt::Long
    Getopt::ArgvFile
    Pod::Usage
    File::Basename

For debugging and testing, it also needs:

    Data::Dumper
    Test::More

