Source: libclass-dbi-loader-relationship-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1)
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-loader-relationship-perl/
Homepage: http://search.cpan.org/dist/Class-DBI-Loader-Relationship/

Package: libclass-dbi-loader-relationship-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-loader-perl, liblingua-en-inflect-number-perl (>= 1)
Description: Easier relationship specification in Class::DBI::Loader
 The Class::DBI::Loader::Relationship module acts as a mix-in, adding the
 relationship() method to Class::DBI::Loader. Since Class::DBI::Loader knows
 how to map between table names and class names, there ought to be no need to
 replicate the names.
 .
 In addition, it is common (but not universal) to want reverse
 relationships defined for has-many relationships, and for has-a
 relationships to be defined for the linkages surrounding a
 many-to-many table.
 .
 The aim of this module is to simplify the declaration of common
 database relationships by providing both of these features.
 .
 The relationship takes a string. It recognises table names (singular
 or plural, for convenience) and extracts them from the "sentence".
