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