summaryrefslogtreecommitdiff
path: root/lib/Bookmarks/V/TT.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bookmarks/V/TT.pm')
-rw-r--r--lib/Bookmarks/V/TT.pm29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/Bookmarks/V/TT.pm b/lib/Bookmarks/V/TT.pm
new file mode 100644
index 0000000..d2063b6
--- /dev/null
+++ b/lib/Bookmarks/V/TT.pm
@@ -0,0 +1,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;