Template-Parser-Pretty version 0.90
===================================

This module allows templates to be optimized for readability, while enhancing control over spacing
by consuming all whitespace (including newlines) before and after directives.

It supports this with a new PRE/POST_CHOMP option and a corresponding directive option.

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:

	Template::Parser

COPYRIGHT AND LICENCE

Copyright (C) 2006 by chocolateboy <chocolate.boy@email.com>

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