Info2: <<
Package: dbm-deep-pm%type_pkg[perl]
Version: 2.0016
Revision: 1

License: Artistic/GPL
Description: Pure perl multi-level hash/array DBM
DescDetail: <<
	A unique flat-file database module, written in pure perl. True
	multi-level hash/array support (unlike MLDBM, which is faked), hybrid
	OO / tie() interface, cross-platform FTPable files, ACID transactions,
	and is quite fast. Can handle millions of keys and unlimited levels
	without significant slow-down. Written from the ground-up in pure perl
	-- this is NOT a wrapper around a C-based DBM. Out-of-the-box
	compatibility with Unix, Mac OS X and Windows.
<<
Maintainer: Daniel Johnson <daniel@daniel-johnson.org>
Homepage: https://metacpan.org/dist/DBM-Deep/

Source: mirror:cpan:modules/by-module/DBM/DBM-Deep-%v.tar.gz
Source-Checksum: SHA256(902a7c7aa0488d8d0a0e8a6cf3da0e96b4093ae471e6b772f0c6d5898e470e4d)

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
<<
UpdatePOD: true

Depends: <<
	perl%type_pkg[perl]-core
<<
Suggests: dbi-pm%type_pkg[perl], dbd-mysql-pm%type_pkg[perl], dbd-sqlite-pm%type_pkg[perl]

InfoTest: <<
	TestDepends: <<
		filehandle-fmode-pm%type_pkg[perl],
		test-deep-pm,
		test-exception-pm,
		test-pod-coverage-pm,
		test-pod-pm,
		test-warn-pm
	<<
	TestScript: LONG_TESTS=1 %{default_script}
<<

DocFiles: Changes README

InstallScript: <<
	%{default_script}
	/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<