SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Hash-SafeKeys rpm build for : Mageia Cauldron. For other distributions click perl-Hash-SafeKeys.

Name : perl-Hash-SafeKeys
Version : 0.40.0 Vendor : Mageia_Org
Release : 12.mga10 Date : 2023-11-29 15:28:43
Group : Development/Perl Source RPM : perl-Hash-SafeKeys-0.40.0-12.mga10.src.rpm
Size : 0.03 MB
Packager : tv < tv>
Summary : get hash contents without resetting each iterator
Description :
Every hash variable in Perl has its own internal iterator, accessed by the
builtin \'each\', \'keys\', and \'values\' functions. The iterator is also
implicitly used whenever the hash is evaluated in list context. The
iterator is \"reset\" whenever \'keys\' or \'values\' is called on a hash,
including the implicit calls when the hash is evaluated in list context.
That makes it dangerous to do certain hash operations inside a \'while ...
each\' loop:

while (my($k,$v) = each %hash) {
...
AATTk = sort keys %hash; # Infinite loop!
AATTv = grep { /foo/ }, values %hash; # Ack!
print join \' \', %hash; # Run away!
}

\'Hash::SafeKeys\' provides alternate functions to access the keys, values,
or entire contents of a hash in a way that does not reset the iterator,
making them safe to use in such contexts:

RPM found in directory: /vol/rzm3/linux-mageia/distrib/cauldron/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Hash::SafeKeys)
perl-Hash-SafeKeys
perl-Hash-SafeKeys(x86-64)

Requires :
ld-linux-x86-64.so.2()(64bit)
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libperl.so.5.38()(64bit)
perl(DynaLoader)
perl(Exporter)
perl(Test::More)
perl(base)
perl(strict)
perl(warnings)
perl-base >= 2:5.38.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/7a83c5cb6267bdc7ed70281e1eb922bb723978
/usr/lib64/perl5/vendor_perl/Hash
/usr/lib64/perl5/vendor_perl/Hash/SafeKeys.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/Hash
/usr/lib64/perl5/vendor_perl/auto/Hash/SafeKeys
/usr/lib64/perl5/vendor_perl/auto/Hash/SafeKeys/SafeKeys.so
/usr/share/doc/perl-Hash-SafeKeys
/usr/share/doc/perl-Hash-SafeKeys/Changes
/usr/share/doc/perl-Hash-SafeKeys/META.json
/usr/share/doc/perl-Hash-SafeKeys/META.yml
/usr/share/doc/perl-Hash-SafeKeys/MYMETA.yml
/usr/share/doc/perl-Hash-SafeKeys/README
/usr/share/man/man3/Hash::SafeKeys.3pm.xz

 
ICM