NAME

Form::Sensible::Renderer::HTML - an HTML based Form renderer

SYNOPSIS

use Form::Sensible::Renderer::HTML;

my $object = Form::Sensible::Renderer::HTML->new();

$object->do_stuff();

DESCRIPTION

This module does not really exist, it was made for the sole purpose of demonstrating how POD works.

ATTRIBUTES

'include_paths' has =item 'tt_config' has =item 'template' has =item 'default_options' has

METHODS

render sub =item new_template sub

AUTHOR

Jay Kuri - <jayk@cpan.org>

SPONSORED BY

Ionzero LLC. http://ionzero.com/

SEE ALSO

Form::Sensible

LICENSE

Copyright 2009 by Jay Kuri <jayk@cpan.org>

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