The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

DESCRIPTION

This class is an interface between Dancer's template engine abstraction layer and the Text::Caml module.

In order to use this engine, use the template setting:

    template: caml

METHODS

render

    $engine->render;

Render template.

default_tmpl_ext

Default template extention is caml.

init

    $engine->init;

Initialize engine (done by Dancer).

SEE ALSO

Dancer, Text::Caml

DEVELOPMENT

Repository

    http://github.com/vti/dancer-template-caml

AUTHOR

Viacheslav Tykhanovskyi, vti@cpan.org.

COPYRIGHT AND LICENSE

Copyright (C) 2011-2012, Viacheslav Tykhanovskyi

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.