rename TreeOfTexts to less annoying stemmaweb
[scpubgit/stemmatology.git] / TreeOfTexts / lib / TreeOfTexts / View / Plain.pm
diff --git a/TreeOfTexts/lib/TreeOfTexts/View/Plain.pm b/TreeOfTexts/lib/TreeOfTexts/View/Plain.pm
deleted file mode 100644 (file)
index e267272..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-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;