PREREQUISITES:

1. Perl 5.004 or later;
2. Test::More 0.44 or later (core with Perl 5.8 and later);
3. File::Temp 0.14 or later (core with Perl 5.8 and later).

Note:  Test::More and File::Temp are needed only for Text::Template's 
test suite.  They are provided in the ./t/testlib subdirectory, so you 
do not need to install them in order to perform 'make test'.

INSTALLATION:

1. Using the CPAN shell:

    % perl -MCPAN -e shell

    cpan> install Text::Template

    cpan> bye

2. Manual installation:

    % perl Makefile.PL
    % make
    % make test

If it fails any tests, please send me the output of 'make test' and 
'perl -V'.  I'll tell you whether it is safe to go ahead, or 
I'll provide a fix.

If it passes the tests, use

    % make install

to install it.

Detailed documentation is at the bottom of the lib/Text/Template.pm
file.  You may be able to view it with the following command:

    $ perldoc Text::Template
 
Or:

    $ perldoc lib/Text/Template.pm

If you have problems, send me mail:

mjd-perl-template+@plover.com
