integrate login/register functionality more properly with app
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb / View / Plain.pm
CommitLineData
5c9ecf66 1package stemmaweb::View::Plain;
6b70c348 2
3use strict;
4use base 'Catalyst::View::Download::Plain';
2376359f 5
6=head1 NAME
7
5c9ecf66 8stemmaweb::View::Plain - Catalyst view for plaintext files
2376359f 9
10=head1 SYNOPSIS
11
5c9ecf66 12See L<stemmaweb>
2376359f 13
14=head1 DESCRIPTION
15
16Catalyst plaintext View.
17
18=head1 AUTHOR
19
20Tara Andrews
21
22=head1 LICENSE
23
24This library is free software, you can redistribute it and/or modify
25it under the same terms as Perl itself.
26
27=cut
28
291;