Package: apache-dbi-pm560 Version: 0.92 Revision: 2 Description: Perl module for interoperation between Apache and DBI Type: perl 5.6.0 License: Artistic Maintainer: None # Dependencies: Replaces: apache-dbi-pm (<= 0.92-1) Depends: dbi-pm560 (>= 1.37-2), test-simple-pm560, dbd-mysql-pm560 (>= 2.1026-3) BuildDepends: darwin (<< 7.0.0-1) | perl560-core, fink (>= 0.20.1-1) # Unpack Phase: Source: mirror:cpan:authors/id/A/AB/ABH/Apache-DBI-%v.tar.gz Source-MD5: 6579b5377f299f545190b78b0c829b88 # Install Phase: UpdatePOD: true DocFiles: Changes MANIFEST README # Additional Information: DescDetail: << 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). - 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. - AuthDBI.pm provides authentication and authorization: - optional shared cache for passwords to minimize database load - configurable cleanup-handler deletes outdated entries from the cache Apache::DBI has been in widespread deployment on many platforms for years. Apache::DBI is one of the most widely used mod_perl related modules. It can be considered stable. << Homepage: http://search.cpan.org/dist/Apache-DBI