Stripped app
[catagits/Catalyst-Authentication-Store-LDAP.git] / Test-Session-Broken / lib / Test / LDAP / View / TT.pm
diff --git a/Test-Session-Broken/lib/Test/LDAP/View/TT.pm b/Test-Session-Broken/lib/Test/LDAP/View/TT.pm
deleted file mode 100644 (file)
index db6ab41..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-package Test::LDAP::View::TT;
-
-use strict;
-use warnings;
-
-use base 'Catalyst::View::TT';
-
-__PACKAGE__->config(
-    TEMPLATE_EXTENSION => '.tt',
-    render_die => 1,
-    WRAPPER => "default.tt"
-);
-
-=head1 NAME
-
-Test::LDAP::View::TT - TT View for Test::LDAP
-
-=head1 DESCRIPTION
-
-TT View for Test::LDAP.
-
-=head1 SEE ALSO
-
-L<Test::LDAP>
-
-=head1 AUTHOR
-
-root
-
-=head1 LICENSE
-
-This library is free software. You can redistribute it and/or modify
-it under the same terms as Perl itself.
-
-=cut
-
-1;