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
|
Source: libclass-dbi-abstractsearch-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.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.8.0), libclass-dbi-perl (>= 0.93),
libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1),
libdbd-sqlite3-perl
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Class-DBI-AbstractSearch/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/
Package: libclass-dbi-abstractsearch-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.93),
libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1)
Description: Abstract Class::DBI's SQL with SQL::Abstract
Class::DBI::AbstractSearch is a Class::DBI plugin to glue the
SQL::Abstract module into Class::DBI.
.
Class::DBI provides a convenient abstraction layer to a database. It
not only provides a simple database to object mapping layer, but can
be used to implement several higher order database functions, at the
application level, rather than at the database.
.
SQL::Abstract provides methods for generating abstract SQL from Perl
data structures.
|