NAME
MooseX::Templated::View::TT - Template Toolkit View for MooseX::Templated
SYNOPSIS
template_src_ext
Default extension for Template files
'.tt'
engine_class
Template
See Template
engine_config
Default configuration for Template instance
'ABSOLUTE' => 1
stash
This is the key/value stash that will be passed to the template engine
set_stash_key( 'key', 'value' )
stash => { 'key' => 'value' }
get_stash_key( 'key' )
# returns 'value'
empty_stash( )
stash => {}
delete_stash_key( 'key' )
# deletes entry for key
process( [ \%stash_vars ] )
Processes the TT file and returns the output as a string
DESCRIPTION
TODO
DEPENDENCIES
INCOMPATIBILITIES
None reported.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to bug-moosex-templated@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
Ian Sillitoe <isillitoe@cpan.org>
Chris Prather <perigrin@cpan.org>
LICENCE AND COPYRIGHT
Copyright (c) 2008, Ian Sillitoe <isillitoe@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.