package Bookmarks::M::DB::LinksTags; use strict; __PACKAGE__->columns( Primary => qw(link tag) ); __PACKAGE__->has_a( 'link' => 'Bookmarks::M::DB::Links' ); __PACKAGE__->has_a( 'tag' => 'Bookmarks::M::DB::Tags' ); =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;