Name: | perl-DBM-Deep |
---|---|
Version: | 2.0011 |
Release: | 1.el7.1 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 347838 |
License: | GPL+ or Artistic |
RPM: | perl-DBM-Deep-2.0011-1.el7.1.noarch.rpm |
Source RPM: | perl-DBM-Deep-2.0011-1.el7.1.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |
- Fix epel7 build
- Update to 2.0011 - Pod fixes
- Update to 2.0010 - Can push undefined values onto arrays - Drop upstreamed POD patch
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild
- Update to 2.0009 - Fix for pushing non-true values in DBM::Deep::Array (CPAN RT#85414) - This release by RKINYON -> update source URL - Add patch to fix broken POD (CPAN RT#85252)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Update to 2.0008 (#832921) - Arrays and hashes retrieved from a database no longer create circular references (CPAN RT#77746) - Don't use macros for commands