The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Template::Plugin::HTML::Strip version 0.01
==========================================

Template::Plugin::HTML::Strip implements a wrapper around the
HTML::Strip module, providing a filter for removing presentation markup
(eg. HTML) during template processing within Template Toolkit.

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:

  * HTML::Strip
  * Template
  * Template::Test
  * Test::More

To complete further (optional) testing, these modules are required:

  * Test::Pod
  * Test::Pod::Coverage

COPYRIGHT AND LICENCE

Copyright (C) 2005 Geoff Simmons

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