Parley::View::Plain - Catalyst TT View


Parley documentation Contained in the Parley distribution.

Index


Code Index:

NAME

Top

Parley::View::Plain - Catalyst TT View

SYNOPSIS

Top

See Parley

DESCRIPTION

Top

Catalyst TT View.

AUTHOR

Top

Chisel Wright <chiselwright@users.berlios.de>

LICENSE

Top

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;