The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Parley::View::Plain;

use strict;

use Parley::Version;  our $VERSION = $Parley::VERSION;
use base 'Catalyst::View::TT';

=head1 NAME

Parley::View::Plain - Catalyst TT View

=head1 SYNOPSIS

See L<Parley>

=head1 DESCRIPTION

Catalyst TT View.

=head1 AUTHOR

Chisel Wright C<< <chiselwright@users.berlios.de> >>

=head1 LICENSE

This library is free software, you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut

1;