Info2: <<
Package: apache-dbi-pm%type_pkg[perl]
Version: 1.12
Revision: 2
Description: Perl module to link Apache and DBI
Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
License: Artistic/GPL
Maintainer: Christian Schaffner <chris01@users.sourceforge.net>

Depends: <<
	dbi-pm%type_pkg[perl] (>= 1.37-2),
	digest-sha1-pm%type_pkg[perl],
	perl%type_pkg[perl]-core
<<

# Unpack Phase:
Source: mirror:cpan:authors/id/P/PH/PHRED/Apache-DBI-%v.tar.gz
Source-Checksum: SHA256(9d7d520da7e579756a032021bcdbe61a3a3e5fae90df767f0cea08b3c666e677)

NoPerlTests: true
#InfoTest: <<
#	TestDepends: <<
#		dbd-mysql-pm%type_pkg[perl] (>= 2.1026-3),
#	<<
#<<

# Install Phase:
UpdatePOD: true
DocFiles: Changes README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<

# 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.
<<
DescPort: <<
Disabled default tests since they can fail under certain
mysql server isntallations.
2007-10-31: Re-enabled tests. Should now work. Let's see.
<<
Homepage: https://metacpan.org/dist/Apache-DBI/
<<