abh / mojox-renderer-tt
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (7)
- Wiki (1)
- Graphs
-
Tree:
460b364
commit 460b36497a51037dcac0667164874b4da92df7a8
tree 1b86d43f0f3806bae43f6aacef20fb3cdf38571e
parent 91a817b3221becadb38b9c860371941be3f20c7a
tree 1b86d43f0f3806bae43f6aacef20fb3cdf38571e
parent 91a817b3221becadb38b9c860371941be3f20c7a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Nov 09 19:40:19 -0800 2008 | |
| |
.perltidyrc | Sun Nov 09 19:39:29 -0800 2008 | |
| |
.shipit | Sun Nov 09 19:40:19 -0800 2008 | |
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | Tue Nov 11 04:05:39 -0800 2008 | |
| |
lib/ | ||
| |
t/ |
README
MojoX-Renderer-TT
This module implements a Template Toolkit renderer for the Mojo
framework.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc MojoX::Renderer::TT
You can also look for information at:
Git repository
http://git.develooper.com/?p=MojoX-Renderer-TT.git;a=summary
git://git.develooper.com/MojoX-Renderer-TT.git
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=MojoX-Renderer-TT
CPAN Ratings
http://cpanratings.perl.org/d/MojoX-Renderer-TT
Search CPAN
http://search.cpan.org/dist/MojoX-Renderer-TT/
COPYRIGHT AND LICENCE
Copyright (C) 2008 Ask Bjørn Hansen
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

