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 33
|
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>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Apache-DBI/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-dbi-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/
Priority: optional
Section: perl
Build-Depends: debhelper (>= 5), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.6.0-17), libdbi-perl, libdigest-sha1-perl
Package: libapache-dbi-perl
Architecture: all
Priority: optional
Section: perl
Depends: ${perl:Depends}, libapache2-mod-perl2 | libapache-mod-perl,
libdbi-perl, libdigest-sha1-perl
Description: Connect apache server to database via perl's DBI
These modules are supposed to be used with the Apache server together with
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.
|