Name: | perl-DBM-Deep |
---|---|
Version: | 2.0019 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 337634 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-DBM-Deep-2.0019-1.el10_0.noarch.rpm |
Source RPM: | perl-DBM-Deep-2.0019-1.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/DBM-Deep |
Summary: | A pure perl multi-level hash/array DBM |
Description: | 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, and quite fast. Can handle millions of keys and unlimited hash 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. |
- Update to 2.0019 (rhbz#2249377) - Improvement so that when you try to put too much data in you get a useful error, and don't corrupt the database - Use author-independent source URL - Drop support for building with Module::Build < 0.42
- Update to 2.0018 (rhbz#2248772) - Tiny documentation and metadata fixes to make sure people go to the correct issue tracker
- Update to 2.0017 (rhbz#2236875) - Get rid of old perl4-style ' package separator and use :: instead for compatibility with perl 5.38 (CPAN RT#148417)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Fix test 01_basic.t to pass with Perl 5.38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Perl 5.36 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Additional test deps: perl(blib) and perl(FileHandle::Fmode) for EPEL