finish reorganizing stemmaweb controllers
[scpubgit/stemmatology.git] / TreeOfTexts / lib / TreeOfTexts / View / Plain.pm
index 73e101f..e267272 100644 (file)
@@ -2,3 +2,28 @@ package TreeOfTexts::View::Plain;
 
 use strict;
 use base 'Catalyst::View::Download::Plain';
+
+=head1 NAME
+
+TreeOfTexts::View::Plain - Catalyst view for plaintext files
+
+=head1 SYNOPSIS
+
+See L<TreeOfTexts>
+
+=head1 DESCRIPTION
+
+Catalyst plaintext View.
+
+=head1 AUTHOR
+
+Tara Andrews
+
+=head1 LICENSE
+
+This library is free software, you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut
+
+1;