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

NAME

Catalyst::View::Template::Lace::Factory - Adapt Template::Lace for Catalyst

SYNOPSIS

    TBD

DESCRIPTION

This is a subclass of Template::Lace::Factory which does ACCEPT_CONTEXT so that we can adapt the creation of templates to Catalyst. Any arguments passed to the view method are sent to create. We also capture the context object and send it as ctx as an argument, that way your templates get access to context via the ctx attributes (see Catalyst::View::Template::Lace.)

Otherwise there's no real user useful bits here beyond education.

AUTHOR

John Napiorkowski email:jjnapiork@cpan.org

SEE ALSO

Template::Lace, Catalyst::View::Template::Lace

COPYRIGHT & LICENSE

Copyright 2017, John Napiorkowski email:jjnapiork@cpan.org

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