SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-MLDBM rpm build for : OpenSuSE. For other distributions click perl-MLDBM.

Name : perl-MLDBM
Version : 2.05 Vendor : openSUSE
Release : bp155.2.2 Date : 2022-07-21 18:44:32
Group : Development/Libraries/Perl Source RPM : perl-MLDBM-2.05-bp155.2.2.src.rpm
Size : 0.03 MB
Packager : https://bugs_opensuse_org
Summary : store multi-level Perl hash structure in single level tied hash
Description :
This module can serve as a transparent interface to any TIEHASH package
that is required to store arbitrary perl data, including nested references.
Thus, this module can be used for storing references and other arbitrary
data within DBM databases.

It works by serializing the references in the hash into a single string. In
the underlying TIEHASH package (usually a DBM database), it is this string
that gets stored. When the value is fetched again, the string is
deserialized to reconstruct the data structure into memory.

For historical and practical reasons, it requires the *Data::Dumper*
package, available at any CPAN site. *Data::Dumper* gives you really
nice-looking dumps of your data structures, in case you wish to look at
them on the screen, and it was the only serializing engine before version
2.00. However, as of version 2.00, you can use any of *Data::Dumper*,
*FreezeThaw* or *Storable* to perform the underlying serialization, as
hinted at by the the SYNOPSIS manpage overview above. Using *Storable* is
usually much faster than the other methods.

See the the BUGS manpage section for important limitations.

RPM found in directory: /vol/rzm3/linux-opensuse/ports/armv7hl/distribution/leap/15.5/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-MLDBM-2.05-bp155.2.2.noarch.rpm
ftp.icm.edu.pl  perl-MLDBM-2.05-bp155.2.2.noarch.rpm
     

Provides :
perl(MLDBM)
perl(MLDBM::Serializer)
perl(MLDBM::Serializer::Data::Dumper)
perl(MLDBM::Serializer::FreezeThaw)
perl(MLDBM::Serializer::Storable)
perl-MLDBM

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM.pm
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM/Serializer
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM/Serializer/Data
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM/Serializer/Data/Dumper.pm
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM/Serializer/FreezeThaw.pm
/usr/lib/perl5/vendor_perl/5.26.1/MLDBM/Serializer/Storable.pm
/usr/share/doc/packages/perl-MLDBM
/usr/share/doc/packages/perl-MLDBM/Changes
/usr/share/doc/packages/perl-MLDBM/README
/usr/share/man/man3/MLDBM.3pm.gz

 
ICM