rename TreeOfTexts to less annoying stemmaweb
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb / View / Plain.pm
diff --git a/stemmaweb/lib/stemmaweb/View/Plain.pm b/stemmaweb/lib/stemmaweb/View/Plain.pm
new file mode 100644 (file)
index 0000000..2201116
--- /dev/null
@@ -0,0 +1,29 @@
+package stemmaweb::View::Plain;
+
+use strict;
+use base 'Catalyst::View::Download::Plain';
+
+=head1 NAME
+
+stemmaweb::View::Plain - Catalyst view for plaintext files
+
+=head1 SYNOPSIS
+
+See L<stemmaweb>
+
+=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;