| Parley documentation | Contained in the Parley distribution. |
Parley::View::Plain - 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::Plain; use strict; use Parley::Version; our $VERSION = $Parley::VERSION; use base 'Catalyst::View::TT';
1;