NAME
Catalyst::Helper::View::MicroMason - Helper for MicroMason Views
SYNOPSIS
script/create.pl view MicroMason MicroMason
DESCRIPTION
Helper for MicroMason Views.
METHODS
mk_compclass
SEE ALSO
Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Helper
AUTHOR
Jonas Alves, jgda@cpan.org
MAINTAINER
The Catalyst Core Team http://www.catalystframework.org/
Jonathan Rockway <jrockway@cpan.org>
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
NAME
[% class %] - MicroMason View Component
SYNOPSIS
In your end action:
$c->forward('[% class %]');
DESCRIPTION
A description of how to use your view, if you're deviating from the default behavior.