This package contains a simple template parsing engine. It allows to parse
text files as well as HTML, XML and other markup formats as they are
text files also.

In order to install and use this package you will need Perl version
5.005 or better. Please note: the module hasn't been tested under
Perl 6!

To install:

   perl Makefile.PL
   make
   make test
   make install

(C) Copyright 2003 Andrew A. Novikov
mailto: perl@an.kiev.ua
http://www.an.kiev.ua/
icq: 7593332


Many thanks to Ilya Bobyr for useful ideas.

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.