File: control

package info (click to toggle)
libclass-dbi-abstractsearch-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 72 kB
  • ctags: 2
  • sloc: perl: 28; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download
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.