The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Helper::View::Clevery - Helper class for Catalyst::View::Clevery

VERSION

version 0.002

SYNOPSIS

    script/create.pl view HTML Clevery

DESCRIPTION

This is a helper module for Clevery Views. It is not meant to be used directly. Instead, you should use your Catalyst app's "create" script (see the SYNOPSIS for syntax).

Arguments

As any other view helper, the first argument is your View's name. In the synopsys example we used "HTML", and it's usually a good name :)

The Clevery helper accepts the same construction arguments as Text::Clevery itself. Its based on Text::Xslate, so most parameters you will find in this documentation instead.

List arguments can be separated by comma:

    script/create.pl view HTML Clevery cache=2 header=foo.tpl,bar.tpl suffix=.tpl

METHODS

mk_compclass

This method is used by the Catalyst helper engine to generate files properly.

NAME

Catalyst::Helper::View::Clevery - Helper for Clevery Views

SEE ALSO

Catalyst::View::Clevery, Catalyst::Manual, Catalyst::Helper, Text::Clevery, Text::Xslate.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Torsten Raudssus.

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