SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Tie-Autotie
Version : 0.03 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.6.1 Date : 2023-01-27 18:22:08
Group : Development/Libraries/Perl Source RPM : perl-Tie-Autotie-0.03-lp154.6.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Automatically ties underlying references
Description :
This module allows you to automatically tie data structures contained in a
tied data structure. As an example:

use Tie::Autotie \'Tie::IxHash\';

tie my(%hash), \'Tie::IxHash\';

$hash{jeff}{age} = 22;
$hash{jeff}{lang} = \'Perl\';
$hash{jeff}{brothers} = 3;
$hash{jeff}{sisters} = 4;

$hash{kristin}{age} = 22;
$hash{kristin}{lang} = \'Latin\';
$hash{kristin}{brothers} = 1;
$hash{kristin}{sisters} = 0;

for my $who (keys %hash) {
print \"$who:\
\";
for my $what (keys %) {
print \" $what = $hash{$who}{$what}\
\";
}
}

This program outputs:

jeff:
age = 22
lang = Perl
brothers = 3
sisters = 4
kristin:
age = 22
lang = Latin
brothers = 1
sisters = 0

You can see that the keys of %hash are returned in the order in which they
were created, _as well_ as the keys of the sub-hashes.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Tie-Autotie-0.03-lp154.6.1.noarch.rpm
     

Provides :
perl(Tie::Autotie)
perl-Tie-Autotie

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Tie::IxHash) >= 1.21
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/Tie
/usr/lib/perl5/vendor_perl/5.26.1/Tie/Autotie.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Tie-Autotie
/usr/share/doc/packages/perl-Tie-Autotie/Changes
/usr/share/doc/packages/perl-Tie-Autotie/README
/usr/share/man/man3/Tie::Autotie.3pm.gz

 
ICM