From 3852abfb5c39807cc238e46bf7247e1afcd4cca9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 19 Oct 2005 18:49:40 +0000 Subject: fatto il db --- lib/Bookmarks/M/DB/LinksTags.pm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lib/Bookmarks/M/DB/LinksTags.pm (limited to 'lib/Bookmarks/M/DB/LinksTags.pm') diff --git a/lib/Bookmarks/M/DB/LinksTags.pm b/lib/Bookmarks/M/DB/LinksTags.pm new file mode 100644 index 0000000..df85fe7 --- /dev/null +++ b/lib/Bookmarks/M/DB/LinksTags.pm @@ -0,0 +1,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; + -- cgit v1.2.3