CGI-Alternatives
view release on metacpan or search on metacpan
examples/example_form/lib/example_form/View/HTML.pm view on Meta::CPAN
package example_form::View::HTML;
use Moose;
use namespace::autoclean;
extends 'Catalyst::View::TT';
__PACKAGE__->config(
TEMPLATE_EXTENSION => '.tt',
render_die => 1,
);
=head1 NAME
example_form::View::HTML - TT View for example_form
=head1 DESCRIPTION
TT View for example_form.
=head1 SEE ALSO
L<example_form>
=head1 AUTHOR
Lee Johnson
=head1 LICENSE
This library is free software. You can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
1;
( run in 1.048 second using v1.01-cache-2.11-cpan-39bf76dae61 )