-
-
24 Apr 2012 23:53:00 UTC
- Distribution: MojoX-Renderer-Alloy
- Module version: 1.121150
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (147 / 528 / 0)
- Kwalitee
Bus factor: 0- 82.57% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (19.25KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
MojoX::Renderer::Alloy::TT - Template::Alloy's Template-Toolkit renderer
VERSION
version 1.121150
SYNOPSIS
Mojolicious
$self->plugin( 'alloy_renderer' );
Mojolicious::Lite
plugin( 'alloy_renderer' );
DESCRIPTION
<a href="[% h.url_for('about_us') %]">Hello!</a> [% INCLUDE "include.inc" %]
Use Template::Alloy::TT for rendering.
Please see Mojolicious::Plugin::AlloyRenderer for configuration options.
SEE ALSO
Please see those modules/websites for more information related to this module.
AUTHOR
Alex J. G. Burzyński <ajgb@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Alex J. G. Burzyński <ajgb@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install MojoX::Renderer::Alloy, copy and paste the appropriate command in to your terminal.
cpanm MojoX::Renderer::Alloy
perl -MCPAN -e shell install MojoX::Renderer::Alloy
For more information on module installation, please visit the detailed CPAN module installation guide.