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