X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TreeOfTexts%2Flib%2FTreeOfTexts%2FView%2FJSON.pm;fp=TreeOfTexts%2Flib%2FTreeOfTexts%2FView%2FJSON.pm;h=0000000000000000000000000000000000000000;hb=5c9ecf6629514c0b83ccf41052f13f5f02e982f2;hp=b08faa91eed35f1988ecf8194cc51106139ae822;hpb=f13b558285a3d2459e2b90ffac2acfe00f57e73b;p=scpubgit%2Fstemmatology.git diff --git a/TreeOfTexts/lib/TreeOfTexts/View/JSON.pm b/TreeOfTexts/lib/TreeOfTexts/View/JSON.pm deleted file mode 100644 index b08faa9..0000000 --- a/TreeOfTexts/lib/TreeOfTexts/View/JSON.pm +++ /dev/null @@ -1,29 +0,0 @@ -package TreeOfTexts::View::JSON; - -use strict; -use base 'Catalyst::View::JSON'; - -=head1 NAME - -TreeOfTexts::View::JSON - Catalyst JSON View - -=head1 SYNOPSIS - -See L - -=head1 DESCRIPTION - -Catalyst JSON 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;