| Parley documentation | Contained in the Parley distribution. |
Parley::View::TT - Catalyst TT View
See Parley
Catalyst TT View.
Chisel Wright <chiselwright@users.berlios.de>
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Parley documentation | Contained in the Parley distribution. |
package Parley::View::TT; # vim: ts=8 sts=4 et sw=4 sr sta use strict; use warnings; use Parley::Version; our $VERSION = $Parley::VERSION; use base 'Catalyst::View::TT';
1;