File: control

package info (click to toggle)
libclass-dbi-abstractsearch-perl 0.07-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 52 kB
  • ctags: 2
  • sloc: perl: 28; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 1,148 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
Source: libclass-dbi-abstractsearch-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@knars.be>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1), libtest-simple-perl | perl (>= 5.8.0), libdbd-sqlite3-perl
Standards-Version: 3.7.2

Package: libclass-dbi-abstractsearch-perl
Architecture: all
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.
 .
  Homepage: http://search.cpan.org/~miyagawa/Class-DBI-AbstractSearch/