CGI-Application-Plugin-View-HTML-Template version 0.01
======================================================

A plugin for CGI::Application which causes Catalyst-like behavior. Simply store
your variables and HTML::Template template into CGI::Application's params and
return from your runmode. The template will automatically be populated and
output.

Download site for CGI::Application::Plugin::View::HTML::Template:

  http://search.cpan.org/search?dist=CGI-Application-Plugin-View-Template-HTML


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:

   CGI::Application

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2008 by Mark Fuller

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