SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Alias rpm build for : openSUSE Leap 42. For other distributions click perl-Data-Alias.

Name : perl-Data-Alias
Version : 1.21 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.1 Date : 2018-10-08 00:04:49
Group : Development/Libraries/Perl Source RPM : perl-Data-Alias-1.21-1.1.src.rpm
Size : 0.08 MB
Packager : (none)
Summary : Comprehensive set of aliasing operations
Description :
Aliasing is the phenomenon where two different expressions actually refer
to the same thing. Modifying one will modify the other, and if you take a
reference to both, the two values are the same.

Aliasing occurs in Perl for example in for-loops and sub-calls:

for $var ($x) {

}

foo($y);
sub foo {

}

Data::Alias is a module that allows you to apply \"aliasing semantics\" to a
section of code, causing aliases to be made wherever Perl would normally
make copies instead. You can use this to improve efficiency and
readability, when compared to using references.

The exact details of aliasing semantics are below under DETAILS.

Perl 5.22 added some support for aliasing to the Perl core. It has a
different syntax, and a different set of operations, from that supplied by
this module; see perlref/Assigning to References. The core\'s aliasing
facilities are implemented more robustly than this module and are better
supported. If you can rely on having a sufficiently recent Perl version,
you should prefer to use the core facility rather than use this module. If
you are already using this module and are now using a sufficiently recent
Perl, you should attempt to migrate to the core facility.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.3/x86_64

Content of RPM  Changelog  Provides Requires

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

Provides :
Alias.so()(64bit)
perl(Data::Alias)
perl-Data-Alias
perl-Data-Alias(x86-64)

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Data
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/Data/Alias.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Data
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Data/Alias
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Data/Alias/Alias.bs
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi/auto/Data/Alias/Alias.so
/usr/share/doc/packages/perl-Data-Alias
/usr/share/doc/packages/perl-Data-Alias/Changes
/usr/share/doc/packages/perl-Data-Alias/README
/usr/share/man/man3/Data::Alias.3pm.gz

 
ICM