summaryrefslogtreecommitdiff
path: root/lib/Bookmarks/M/DB/LinksTags.pm
blob: df85fe79877b0a240c98dd927adc38f3c2acc1ec (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::M::DB::LinksTags; 
 
use strict;
 
=head1 NAME
 
Bookmarks::M::DB::LinksTags - CDBI Model Component Table Class
 
=head1 SYNOPSIS
 
    Very simple to use
 
=head1 DESCRIPTION
 
Very nice component.
 
=head1 AUTHOR
 
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;