summaryrefslogtreecommitdiff
path: root/lib/Bookmarks/V/TT.pm
blob: d2063b66d0ab9aa9c10b0af809837cecb85013f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package Bookmarks::V::TT; 
 
use strict;
use base 'Catalyst::View::TT';
 
=head1 NAME
 
Bookmarks::V::TT - TT View Component
 
=head1 SYNOPSIS
 
See L<Bookmarks>
 
=head1 DESCRIPTION
 
TT View Component.
 
=head1 AUTHOR
 
A clever guy
 
=head1 LICENSE
 
This library is free software . You can redistribute it and/or modify
it under the same terms as perl itself.
 
=cut
 
1;