move the test app into the examples directory
[scpubgit/Test-Harness-Selenium.git] / examples / THSelenium-Test / lib / THSelenium / Test / View / TT.pm
CommitLineData
4e138785 1package THSelenium::Test::View::TT;
2use Moose;
3use namespace::autoclean;
4
5extends 'Catalyst::View::TT';
6
7=head1 NAME
8
9THSelenium::Test::View::TT - Catalyst View
10
11=head1 DESCRIPTION
12
13Catalyst View.
14
15=head1 AUTHOR
16
17&
18
19=head1 LICENSE
20
21This library is free software. You can redistribute it and/or modify
22it under the same terms as Perl itself.
23
24=cut
25
26__PACKAGE__->meta->make_immutable;
27
281;