File: control

package info (click to toggle)
libapache-dbi-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 336 kB
  • ctags: 72
  • sloc: perl: 1,126; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,608 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
30
31
32
Source: libapache-dbi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Damyan Ivanov <dmn@debian.org>,
 gregor herrmann <gregoa@debian.org>, Nicholas Bamber <nicholas@periapt.co.uk>,
 Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Apache-DBI/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-dbi-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache-dbi-perl.git
Priority: optional
Section: perl
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libdbi-perl

Package: libapache-dbi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libapache2-mod-perl2 | libapache-mod-perl,
 libdbi-perl
Description: interface connecting apache server to database via perl's DBI
 Apache::DBI and Apache::AuthDBI are to be used with the Apache server and 
 an embedded perl interpreter like mod_perl. They provide support for basic 
 authentication and authorization as well as support for persistent database 
 connections via Perl's Database Independent Interface (DBI). 
 .
  o AuthDBI.pm provides authentication and authorization: 
    - optional shared cache for passwords to minimize database load 
    - configurable cleanup-handler deletes outdated entries from the cache 
 .
  o DBI.pm provides persistent database connections: 
    - connections can be established during server-startup 
    - configurable rollback to ensure data integrity 
    - configurable verification of the connections to avoid time-outs.