Module-Starter-Plugin-Template-TeTe
===================================

This plugin is designed to be added to a Module::Starter::Simple-compatible
Module::Starter class.  It uses the API provided by
Module::Starter::Plugin::Template and implements "render" and "templates"
methods using the Text::Template template system.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


COPYRIGHT AND LICENCE

Copyright (C) 2004 Kathryn Andersen (RUBYKAT)

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