The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Rubric::Link - a link (URI) against which entries have been made

VERSION

 $Id: Link.pm,v 1.4 2004/11/19 20:57:11 rjbs Exp $

DESCRIPTION

This class provides an interface to links in the Rubric. It inherits from Rubric::DBI, which is a Class::DBI class.

COLUMNS

 id    - a unique identifier
 uri   - the link itself
 md5   - the hex md5sum of the link's URI (set automatically)

RELATIONSHIPS

entries

Every link has_many Rubric::Entries, available with the normal methods, including entries.

entry_count

This method returns the number of entries that refer to this link.

INFLATIONS

uri

The uri column inflates to a URI object.

TODO

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests to bug-rubric@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2004 Ricardo SIGNES. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.